Add JS::DefaultGlobalClassOps to JSAPI
Categories
(Core :: JavaScript Engine, enhancement, P2)
Tracking
()
People
(Reporter: ptomato, Assigned: ptomato)
References
(Blocks 1 open bug)
Details
Attachments
(4 files, 2 obsolete files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
1.86 KB,
patch
|
ptomato
:
review+
|
Details | Diff | Splinter Review |
11.01 KB,
patch
|
ptomato
:
review+
|
Details | Diff | Splinter Review |
14.75 KB,
patch
|
ptomato
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
Assignee | ||
Comment 11•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 12•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
bugherder |
Comment 16•6 years ago
|
||
Assignee | ||
Comment 17•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Comment 18•6 years ago
|
||
Comment 19•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 20•6 years ago
|
||
Comment 21•6 years ago
|
||
Assignee | ||
Comment 22•6 years ago
|
||
Updated•6 years ago
|
Comment 23•6 years ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:ptomato, could you have a look please?
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 24•6 years ago
|
||
Thanks for the reminder. D11571 needs to be landed. Let me know if it doesn't apply cleanly and I can try to rebase it.
Comment 25•6 years ago
|
||
Tried to land this and got:
We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again. (255, 'applying /tmp/tmp6fFAbD\npatching file xpcom/tests/gtest/TestGCPostBarriers.cpp\nHunk #1 FAILED at 83\n1 out of 1 hunks FAILED -- saving rejects to file xpcom/tests/gtest/TestGCPostBarriers.cpp.rej\npatching file js/src/fuzz-tests/tests.cpp\nHunk #1 FAILED at 22\n1 out of 1 hunks FAILED -- saving rejects to file js/src/fuzz-tests/tests.cpp.rej\nabort: patch failed to apply', '').
Assignee | ||
Comment 26•6 years ago
|
||
I've updated the Phabricator revision, all seems to still work, here's a try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=bb22c8274eb9fd228d43d4c985b98339f389fdf8
Assignee | ||
Updated•6 years ago
|
Comment 27•6 years ago
•
|
||
Just tried to arc patch D11571, but rebase failed.
Updated•6 years ago
|
Assignee | ||
Comment 28•6 years ago
|
||
It seems arc patch D11571
is somehow pulling in associated patches which have already been committed, so those are failing to rebase. I don't know how to get it to stop doing that.
This worked for me: arc patch --skip-dependencies --update D11571
Comment 29•6 years ago
|
||
Philip, I tried using your method and got hunks failed:
mozilla@ubuntu ~/mozilla-unified autoland(0) $ arc patch --skip-dependencies --u pdate D11571
Updating working copy...
Done.
Created and checked out bookmark arcpatch-D11571.
Patch Failed!
Exception
Command failed with error #255!
COMMAND
HGPLAIN=1 hg import --no-commit -
STDOUT
applying patch from stdin
STDERR
patching file js/src/fuzz-tests/tests.cpp
Hunk #1 FAILED at 22
1 out of 1 hunks FAILED -- saving rejects to file js/src/fuzz-tests/tests.cpp.re j
abort: patch failed to apply
(Run with --trace
for a full exception trace.)
Comment 30•6 years ago
|
||
Aryx can you check out Comment 28?
Comment 31•6 years ago
|
||
Can you skip those committed patches and apply it on the top of mozilla-central, please? There are still conflicts when I do that with
arc patch --skip-dependencies --nobranch D11571
Assignee | ||
Comment 32•6 years ago
|
||
Assignee | ||
Comment 33•6 years ago
|
||
I don't seem to get these conflicts...
In any case, I can't update the Phabricator revision anymore, so I've posted the patch here on Bugzilla instead.
Assignee | ||
Updated•6 years ago
|
Comment 34•6 years ago
|
||
Comment 35•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Description
•