Boris Zbarsky
b87ea28013
Bug 816380 followup. Remove unnecessary code.
2012-12-19 22:51:29 -08:00
Boris Zbarsky
157f7c5d68
Bug 823173 test. Make sure that navigator doesn't have any broken interfaces on it. r=jlebar
2012-12-19 16:21:18 -08:00
Trevor Saunders
dc0dda5386
bug 822842 - crash when nsROCSSPrimitiveValue::Reset() is called multiple times r=bz
2012-12-18 21:29:23 -05:00
Jeff Muizelaar
9b7394adca
Bug 823393. Breakage fix for partially commited Bug 823148.
...
Only some hunks of the patch for bug 823148 made it into the
tree. I've no idea why.
--HG--
extra : rebase_source : 629e6d74e2e6cf4255e7875a8a1eb044241eec23
2012-12-20 01:16:45 -05:00
Nicholas Nethercote
53b2e2c546
Bug 822148 (part 9) - DMD: rename "groups" as "records". r=jlebar.
...
--HG--
extra : rebase_source : e48e309bb7efc62ef52202e50e0f662814108e54
2012-12-17 21:54:08 -08:00
Nicholas Nethercote
2f717ac5d7
Bug 822148 (part 8) - DMD: remove a friend declaration. r=jlebar.
...
--HG--
extra : rebase_source : c9c23e0bcb2d6a50085daf23d7be04614efa7ac8
2012-12-19 19:48:43 -08:00
Nicholas Nethercote
d918ebce9e
Bug 822148 (part 7) - DMD: use Percent() in a couple of appropriate places. r=jlebar.
...
--HG--
extra : rebase_source : 4f99a7aca69ccf821209169a5b91c50738de736c
2012-12-19 19:41:57 -08:00
Nicholas Nethercote
dd849c50d1
Bug 822148 (part 6) - DMD: print block counts in the summary. r=jlebar.
...
--HG--
extra : rebase_source : 84c3cff46912bc7b9fe3bb4790d2cec874ae3201
2012-12-18 19:08:07 -08:00
Nicholas Nethercote
2e279fe871
Bug 822148 (part 5) - DMD: avoid empty library names in stacks. r=jlebar.
...
--HG--
extra : rebase_source : dcf7ebcc296663221dc7f671cd151d5d1f438971
2012-12-17 21:55:12 -08:00
Nicholas Nethercote
c759e65b06
Bug 822148 (part 4) - DMD: Capitalize class Thread's method names. r=jlebar.
...
--HG--
extra : rebase_source : 6cb59d548f2e972398c6a14cdfe44d2a2d474af0
2012-12-17 19:59:29 -08:00
Nicholas Nethercote
37005fd521
Bug 822148 (part 3) - DMD: Rename |LiveBlock| as |Block|. r=jlebar.
...
--HG--
extra : rebase_source : 65ccba830ca872fd28a410122ebf65c12cbf6377
2012-12-17 19:56:51 -08:00
Nicholas Nethercote
d1985a03e0
Bug 822148 (part 2) - DMD: Treat twice-reported blocks more like other blocks. r=jlebar.
...
--HG--
extra : rebase_source : 345123de945a3c26ec6ca88a599b45efddc4209e
2012-12-17 19:40:07 -08:00
Nicholas Nethercote
0d26120cb5
Bug 822148 (part 1) - DMD: remove reporter names from output because they're redundant. r=jlebar.
...
--HG--
extra : rebase_source : c9bf57dbd3612719ba60951cb14988ec38b392f0
2012-12-16 16:56:04 -08:00
Alexander Surkov
b5f6f62f4a
Bug 818407, part1 - don't mix up with accessible types of ARIA role, r=tbsaunde
2012-12-20 14:11:55 +09:00
Wes Johnston
a1a6b6f344
Bug 681805 - Conditional forward for Android tablets. r=lucasr
2012-12-19 09:29:02 -08:00
Wes Johnston
8a7c3fa246
Bug 681805 - Move forward button styling to style files. r=lucasr
2012-12-19 09:28:59 -08:00
EKR
599486b77f
Bug 817430: Set initial controlled/controlling values, based on inbound T/F. r=jesup
2012-12-02 13:49:56 -08:00
Adam Roach [:abr]
fd393200d4
Bug 818714: Set media enabled to FALSE unless added using addStream, r=ehugg
2012-12-19 20:52:32 -06:00
Jeff Muizelaar
37df44dd2b
Bug 823148. Make IsPatternSupportedByD2D match its name. r=bgirard
...
The name of this function got inverted but its implementation stayed the same.
2012-12-19 23:19:45 -05:00
Gregor Wagner
e00ae39a68
Bug 823201 - Keyboard doesn't work in OOP apps. r=cjones
2012-12-19 19:42:29 -08:00
Nicholas Nethercote
7bd984722f
Bug 814229 (part 2) - Refactor storage of the "objects-extra" numbers.
...
--HG--
extra : rebase_source : 2125ae4446928fbc7432f22505565b9b246f960d
2012-11-21 17:07:42 -08:00
Nicholas Nethercote
7f52f9e813
Bug 814229 (part 1) - Add "objects-extra/ctypes-data" memory report. r=jorendorff.
...
--HG--
extra : rebase_source : 8b65b74b5c22ebf7525eeff51601e36274d56736
2012-11-21 17:05:39 -08:00
Geoff Brown
cb049a9dbe
Bug 795928 - testAllPagesTab: wait for first bookmark instead of url that is likely already displayed in awesomebar; r=wesj
2012-12-19 18:54:04 -07:00
Geoff Brown
fd67ecaab4
Bug 820322 - Improve reliability of testBookmarksTab, testHistoryTab, testAllPagesTab; r=wesj
2012-12-19 18:25:45 -07:00
Mark Hammond
8689fc8ac5
Bug 820653 - use listStyleImage for social provider toolbar image to ensure correct image size. r=jaws
...
--HG--
extra : rebase_source : 382b1e4a854e9ff64d75ecc152855f7e9894a641
2012-12-20 10:50:23 +11:00
Chris Peterson
1bdf039536
Bug 766066 - Part 3: Open keyboard when user taps input element, not when panning. r=djf
...
--HG--
extra : rebase_source : 69db692037f659f47c5560b7d1f9c36179e1aa69
2012-12-19 11:49:25 -08:00
Chris Peterson
9ec19c1ccc
Bug 766066 - Part 2: Handle element focus and IME state separately. r=djf
...
--HG--
extra : rebase_source : 337546eaa5a10386bd05cc52e3af65ccdaf422fa
2012-12-19 11:49:23 -08:00
Chris Peterson
b47acf80c2
Bug 766066 - Part 1: Remove "ime-enabled-state-changed" observer. r=djf
...
--HG--
extra : rebase_source : df8e30552aa17078141b878482702577fb15d70d
2012-12-19 11:49:18 -08:00
Chris Peterson
bc7d83366d
Bug 766066 - Part 0: Rename some B2G keyboard functions. r=djf
...
--HG--
extra : rebase_source : ab47fe3a390709b89c9bd15c6c273fbbcf4b9b8b
2012-12-18 15:10:18 -08:00
Boris Zbarsky
1eaaab321a
Bug 819741. Add support for passing an ArrayBufferView to XHR.send(). r=sicking,bent
2012-12-19 17:47:39 -08:00
Boris Zbarsky
a5342bd29d
Bug 822340. Make the Ion optimization for DOM method calls sound. r=jandem
...
The static functions just got moved with no changes made to them
except for a change from inTypes->unknown() to
inTypes->unknownObject() in the first test in TestAreKnownDOMTypes,
becase the rest of the method depends on the stronger condition, and
it was being ensured accidentally before.
2012-12-19 17:47:39 -08:00
Nicholas Nethercote
081c9df69e
Bug 820132 - Measure imgFrame::mOptSurface's size where possible, instead of calculating it. r=joedrew.
...
--HG--
extra : rebase_source : da7616356429242e924a09df1124b1dbab13ad60
2012-12-18 21:59:30 -08:00
Bobby Holley
47454d1b2a
Bug 823279 - Mark deserialized XBL script as XBL. r=bz
2012-12-19 17:12:33 -08:00
Matthew Gregan
b11cac8580
Bug 822952 - Dispatch events from UpdateReadyState only when the state has changed. r=roc
2012-12-19 17:48:32 +13:00
David Rajchenbach-Teller
b2a6d7afc4
Bug 815339 - Extract PromiseWorker from OS.File. r=froydnj
2012-12-19 20:11:14 -05:00
Iordache Catalin
48dea92504
Bug 813019 - Get rid of AccMutationEvent::mNode. r=tbsaunde
2012-12-19 20:10:12 -05:00
Raymond Lee
f4b96f4289
Bug 806741 - Port test_bug_461710.html to the new per-tab PB APIs. r=jdm
...
--HG--
rename : toolkit/components/places/tests/mochitest/test_bug_461710.html => toolkit/components/places/tests/mochitest/test_bug_461710_perwindowpb.html
2012-12-19 11:47:41 +08:00
Bellindira Castillo [:bellindira]
94e7b9a930
Bug 806725 - Fix a typo in the patch that landed. r=jdm
2012-12-18 17:08:15 -06:00
Philipp von Weitershausen
7535fdbc97
Bug 774621 - Follow-up: Rev UUIDs of changed interfaces. r=bz
2012-12-19 20:05:27 -05:00
David Rajchenbach-Teller
bf9e5fa6d4
Bug 532150 - Test main thread fallback for session file. r=Felipe
2012-12-19 20:04:53 -05:00
David Rajchenbach-Teller
07967936e4
Bug 532150 - Don't read and write the session file off the main thread. r=Felipe
2012-12-19 20:04:26 -05:00
Ed Morley
d44c70941b
Backout 3bcd9a5a33a2 (bug 814247), d9546d42054c & 8b6edf9f6b87 (bug 814638) for failures in test_bug814638.xul and also crashes on a CLOSED TREE
2012-12-19 23:46:07 +00:00
Richard Newman
6a73f98f85
Bug 788894 - Pref off FHR for B2G. r=gps
2012-12-19 15:37:51 -08:00
Bobby Holley
2d4b03b032
Bug 823120 - Fix templates. r=jmaher
...
Having <script> tags after the content, rather than before, encourages people to
do <iframe onload="go()"> before go is guaranteed to be defined.
2012-12-19 15:27:49 -08:00
Bobby Holley
a4421fa00d
Bug 823120 - Fix test. r=philor
...
<script> moves up to head, and the call to document.getElementById moves into go().
2012-12-19 15:27:49 -08:00
Brian Hackett
bc4fe8f85b
Bug 822145 - Use correct allocator for CompileInfo on inlined frames, r=sstangl.
2012-12-19 16:24:42 -07:00
Nicholas Nethercote
023fca81d9
Bug 822700 - When DMD is disabled its SizeOf() function shouldn't try to measure non-existent structures. r=jlebar.
...
--HG--
extra : rebase_source : 21066e5173dbc7e4a6c7615f1b355989bf046082
2012-12-18 15:14:31 -08:00
Nicholas Nethercote
23a8027808
Bug 820128 - Use moz_malloc_size_of to measure "images-content-used-uncompressed". r=jlebar.
...
--HG--
extra : rebase_source : 07e397f24a74b0e534d8ebbab53a48b7cbc3febc
2012-12-18 14:50:59 -08:00
Justin Lebar
7c71799ff2
Bug 815473 - Follow-up: Remove now-undefined methods from CanvasRenderingContext2D.h. r=me
2012-12-19 18:03:11 -05:00
Jon Coppeard
76c7ac5669
Bug 820186 - Various crashes/assertions with gczeal(10) and random recursion. r=billm
2012-12-18 13:27:28 +00:00