Commit Graph

114211 Commits

Author SHA1 Message Date
Chris Jones
05efb88c6b Back out 0c242b9fcb54 for Moth crashes 2012-11-27 22:54:21 -08:00
Daniel Holbert
dd3b1ba0ea Bug 796847 followup: Fix typo in test filename in reftest.list, fixing reftest orange. 2012-11-27 21:29:52 -08:00
Alexander Surkov
b3cf4b69ee Bug 815646 - enable logging for accessible/states/test_link.html 2012-11-28 14:08:47 +09:00
Brian Hackett
24781f1011 Assert that GC things are only marked on the main thread, bug 815906. r=billm 2012-11-27 21:07:34 -08:00
Matt Woodrow
6c3e9b3b9e Bug 796847 - Fix typo in reftest file. rs=npotb DONTBUILD 2012-11-28 17:09:11 +13:00
Matt Woodrow
7c2f1cdf21 Bug 796847 - Make AdjustInvalidAreaForSVGEffects correctly adjust for the coordinate space of the input rect. r=dholbert 2012-11-28 17:06:07 +13:00
Matt Woodrow
ec0f46bf5a Bug 814272 - Cache the bounds of nsDisplayBackgroundImage items. r=roc 2012-11-28 17:05:32 +13:00
Nicholas Nethercote
0a76089154 Bug 711901 - When possible, measure, don't compute, the size of imgFrame::mImageSurface. r=joedrew.
--HG--
extra : rebase_source : 72dc61c2618166262ec6d83778d7bd2a3a7b5d61
2012-11-26 16:29:56 -08:00
Daniel Holbert
c491e9d557 Bug 815928 part 4: Fix typo s/elemnet/element/ in comments & tests. DONTBUILD, rs=Waldo 2012-11-27 19:15:36 -08:00
Daniel Holbert
bad9e2dc57 Bug 815928 part 3: Fix typo s/elemnt/element/ in comments & tests. DONTBUILD, rs=Waldo 2012-11-27 19:15:36 -08:00
Daniel Holbert
1f6c42c110 Bug 815928 part 2: Fix typo s/elment/elment/ in comments & tests. DONTBUILD, rs=Waldo 2012-11-27 19:15:36 -08:00
Daniel Holbert
08944b1306 Bug 815928 part 1: Fix typo s/elelment/element/ in comments & tests. DONTBUILD, rs=Waldo 2012-11-27 19:15:35 -08:00
Trevor Saunders
97c636cf4a bug 779520 - get rid of Accessible::Init() r=surkov 2012-11-20 10:33:30 -05:00
Dave Hylands
8773c8a9de Bug 814549 - Fix OOP app segfault when exiting the app. r=cjones 2012-11-27 19:07:19 -08:00
Ehsan Akhgari
f94cc765b6 Test case for bug 815359 - r=joe 2012-11-27 21:55:10 -05:00
Edwin Flores
d28bc51cd3 Bug 812756 - Set AmpleVideoFrames to the minimum to win a race when shutting down OMX.qcom.video.decoder.mpeg4 decoder r=doublec 2012-11-28 15:34:53 +13:00
Mark Finkle
8fba01cd74 Bug 701785 - Missing html5 video/audio controls in context menu r=wesj 2012-11-27 21:27:24 -05:00
Ehsan Akhgari
170e423703 Bug 815359 - Use the correct contract ID to create nsISupportsPRUint32's in the icon decoder; r=bzbarsky 2012-11-27 21:07:01 -05:00
Mark Hammond
cc34291e68 Bug 815000 - fix social sizePanelToContent args in error conditions. r=felipe 2012-11-28 12:50:03 +11:00
Masayuki Nakano
7b7f29bc0a Bug 814303 Make command+mouse wheel perform zoom-in/out on Mac r=smaug+smichaud 2012-11-28 10:49:00 +09:00
Gregor Wagner
a35b83a94a Bug 814294 - Don't prompt for missing permissions (UNKNOWN_ACTION). r=sicking 2012-11-27 17:31:45 -08:00
Philipp von Weitershausen
4d791ca86f Bug 812368 - B2G RIL: dispatch 'telephony-new-call' system message directly after receiving UNSOLICITED_CALL_RING from rild. r=hsinyi 2012-11-27 20:28:43 -05:00
Brian Nicholson
d2a5b2c76d Bug 810732 - Ensure that sessionstore-windows-restored is always dispatched. r=mfinkle 2012-11-27 16:35:20 -08:00
Mark Hammond
6beca7a650 Bug 815042 - leaving private browsing mode with social enabled now resets all social components. r=gavin 2012-11-28 11:30:09 +11:00
Timothy B. Terriberry
a467ca0213 Bug 815825 - Rotate colors in fake video streams, r=jesup 2012-11-27 16:15:55 -08:00
Josh Matthews
5eef118d29 Bug 814275 - When the global service matters, force all new windows to conform to the global private browsing state. r=bz 2012-11-22 10:48:13 -05:00
Cameron McCormack
efd2b2efb1 Backout 5218cec180c8. 2012-11-28 10:39:47 +11:00
Mounir Lamouri
a42a42deaf Bug 814554 - Don't stop reading the permissions database when an invalid entry is found. r=sicking 2012-11-27 23:29:19 +00:00
Brian Smith
79b9a37db4 Bug 812531: Make MOZ_TYPE_SPECIFIC_SCOPED_POINTER_TEMPLATE comply with two-phase template name lookup rules, as clang requires, r=khuey
--HG--
extra : rebase_source : 5c4c8c0ff4f2dfcb4d83e63376036a5bf45ab0ab
2012-11-15 17:02:11 -08:00
Brian Smith
d935774988 Bug 813241: Update config/system-headers and make wrapping of NSPR & NSS headers more robust, r=glandium
--HG--
extra : rebase_source : 5ba0a83110268ff489df7b3e0a8a9219711247b1
2012-11-22 11:15:01 -08:00
Sriram Ramasubramanian
4379bfa6b4 Bug 800453: NativeWindow's menu should have support for submenu. [r=mfinkle]
--HG--
extra : rebase_source : 589b8ea57f058df2d061ac1c46d619f262a19655
2012-10-26 13:39:25 -07:00
Nicholas Nethercote
322aa9d5e1 Bug 815829 - Add MEMORY_VSIZE to telemetry. r=jlebar.
--HG--
extra : rebase_source : af1360715d77f262aeebc792c4314fe451a4b1a6
2012-11-28 14:20:50 -08:00
Bill McCloskey
d2d5904213 Bug 747066 - Inline xpc_UnmarkGray (r=terrence)
--HG--
extra : rebase_source : 9a5fe3cdcac2e3352407031c969ed705b0458dab
2012-11-19 10:59:01 -08:00
Jonathan Griffin
221e020644 Bug 815807 - Part 1b: fix typo, a=test-only 2012-11-28 14:08:05 -08:00
Ehsan Akhgari
6bfeeca08c Followup to bug 813438 - Fix the b2g build error on Mac 2012-11-28 17:06:34 -05:00
Geoff Brown
f75a54b769 Bug 809753 - Avoid python exception when maxTime is None; r=edmorley, DONTBUILD 2012-11-28 13:43:58 -07:00
Dave Hylands
a1e22a7dbe Bug 814783 - terminate_string16 is called twice, causing segfault when an app exits. r=mwu
Add String16.cpp to libui so that we call the terminate_string16 from that file rather than
the one from android.
2012-11-28 13:59:54 -08:00
Jonathan Griffin
a9fed0157c Bug 815807 - Part 1a: temporarily enable some code until Part 2 lands, a=test-only 2012-11-28 13:54:18 -08:00
Jeff Walden
5e3b3f0509 Fix testFindSCCs warnings. No bug, rs=billm, r=themaid 2012-11-28 13:54:32 -08:00
Jeff Walden
1db9a40533 Various warning fixes. No bug, r=themaid 2012-11-27 15:53:46 -08:00
Andres Hernandez
7c8a36e1db Bug 814749 - Disable test_248970.js in per-window PB builds; r=ehsan
--HG--
extra : rebase_source : 8c19f0754799aea9326d7a42caac4e0511d0546b
2012-11-28 15:03:30 -06:00
Malini Das
6d4235f0a7 Bug 815757 - refactor script timeouts for marionette, r=jgriffin 2012-11-28 16:31:23 -05:00
Eric Faust
0aeb5b8833 Bug 747289 - Part 2/2 - Update IonMonkey to use known DOM constants. r=sstangl 2012-11-28 16:28:36 -05:00
Eric Faust
310c02137b Bug 747289 - Part 1/2 - Update Paris bindings to expose DOM constants. r=bz 2012-11-28 16:28:36 -05:00
Kyle Huey
df5a32b6e5 Bug 812824: Use a clean struct for inheritance on root nodes. r=dbaron,Waldo 2012-11-28 13:21:36 -08:00
Jonathan Griffin
e57b404f52 Bug 815807 - Part 1: add --load-early arg to Marionette, r=ahal 2012-11-28 12:22:02 -08:00
Andrew Halberstadt
c08176f916 Bug 790817 - Add ability to install busybox to marionette, r=jgriffin 2012-11-28 15:27:04 -05:00
Gregory Szorc
941e87d329 Bug 815487 - Detect missing xpcshell.ini from mach; r=ted
DONTBUILD (NPOTB)
2012-11-28 12:19:32 -08:00
Sriram Ramasubramanian
e27b4149a2 Bug 806937: More missing files on private browsing. [r=me]
--HG--
extra : rebase_source : b13e28a61540ac9154a6f74d703f1865d7078417
2012-11-28 12:16:59 -08:00
Chris Jones
01f70e7675 Bug 814778: Disable font inflation for the b2g master process. r=dbaron 2012-11-28 12:16:01 -08:00