Robert O'Callahan
ba255144b8
Bug 731293. Address review comments. r=mats
...
--HG--
extra : rebase_source : ea9186cd545311e82fc12dd4f1170c442e37e7f0
2012-06-21 09:03:54 +08:00
Jim Blandy
efa8aabe8b
Bug 757400: When we change a compartment's debug mode, ensure we throw away all the outdated analyses. r=billm
...
Always do a cleansing GC when we turn debug mode off, as well as when we
turn it on. If we don't, it's possible to have stale analyses (generated in
the wrong debug mode state) stick around, and we'll assert in JM.
Have ShouldCleanUpEverything recognize gcreason::DEBUG_MODE_GC as a reason
to discard all jit code and analyses.
2012-06-20 19:14:44 -07:00
Ryan VanderMeulen
8c533723e9
Backout 5ba4c3a2338c (bug 757362) for OSX reftest orange.
2012-06-20 21:53:31 -04:00
Patrick McManus
7e5038214b
bug 763352 - Proxy/NPN issue r=honzab
...
--HG--
extra : rebase_source : b4b592d695fe0ddbf5d451b385dc45202d100816
2012-06-20 20:55:02 -04:00
Dan Walkowski
ff829facbd
Bug 756308. Implement MacWebAppUtils to allow callers to locate and manipulate native webapps on Mac. r=josh
2012-06-20 17:19:13 -07:00
Chris Pearce
9507cb7bae
Bug 756936 - Minor tidy ups to pointer lock code. r=smaug
2012-06-21 11:38:11 +12:00
Chris Pearce
1c1d4215cc
Bug 756936 - Ensure MouseEvent.mozMovement{X,Y} values are correct on secondary monitors. r=smaug
2012-06-21 11:38:03 +12:00
Benjamin Peterson
f0fccb97c0
Bug 764508 - Remove header if it is no longer needed, r=jorendorff
2012-06-20 16:33:19 -07:00
Chris Double
78e1c9e835
Bug 766407 - Fix HTML media control bindings on B2G - r=gavin
2012-06-21 11:29:39 +12:00
Vladan Djeric
8aefa44c2e
Bug 763124: Lower chrome hang detector's hang threshold to 5 seconds. r=ehsan
2012-06-20 19:20:24 -04:00
Jeff Walden
af77cfc42f
Back out 2fe1b4d570df for obvious browser-build bustage, less-obvious shell build bustage. r=ಠ_ಠ
2012-06-20 15:49:56 -07:00
Wan-Teh Chang
a60cb0b983
Bug 758837: shorten a long thread name by eliding the middle part of
...
the thread name with a '~'.
Bug 763410: fix compilation error on MinGW.
2012-06-20 15:46:33 -07:00
Timothy Nikkel
756c5f818c
Bug 757362. Use the displayport for the dirty rect (if one is set) when building the display list for a subdocument so that position: fixed items are correctly included. r=roc
2012-06-20 17:35:54 -05:00
Bas Schouten
e83aeac3ec
Bug 738189 - Followup: Properly move functions into #ifdef. r=bustage
2012-06-21 00:32:52 +02:00
Jeff Walden
24a6ba5264
Fix a NULL-to-bool conversion warning. No bug, trivial, r=themaid
2012-06-20 15:30:14 -07:00
Ben Turner
1fa752ed06
Bug 766446 - 'nsEvent needs a copy constructor that calls MOZ_COUNT_CTOR'. r=bz.
2012-06-19 21:04:06 -07:00
Ehsan Akhgari
f18d090dd1
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more jsd parts); r=Waldo
2012-06-19 23:43:15 -04:00
Ehsan Akhgari
35be2a6762
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more widget parts); r=roc
2012-06-19 23:28:45 -04:00
Nicholas Nethercote
338d8ebabd
Bug 766004 - Remove LookupCompileTimeConstant(). r=bhackett.
...
--HG--
extra : rebase_source : 27e505a79158eb87fd38adf700bc21a666415733
2012-06-19 18:05:43 -07:00
Ben Turner
401cf770e8
Bug 765839 - 'Enable IndexedDB OOP test suite'. r=khuey.
...
--HG--
extra : transplant_source : %3Bb4%A4%99fC%9Cg%86%9B%1F3%C6%0F%01T%1C%3C%AE
2012-06-19 18:50:39 -07:00
Ryan VanderMeulen
2d55deca2d
Merge m-c to inbound.
2012-06-19 21:13:46 -04:00
Patrick McManus
abd77bb045
bug 764260 convert telemetry::SPDY_VERSION and DNS_LOOKUP_METHOD to be enumerations r=bsmith
2012-06-19 20:38:44 -04:00
Malini Das
2b57d0dfae
Bug 766319 - Minor perfdata refactor, r=jgriffin, DONTBUILD because NPOTB
2012-06-19 17:17:40 -04:00
Jonathan Griffin
e742f5b11c
Bug 766206 - Add missing parameter to catch clause, DONTBUILD because NPOTB
2012-06-19 15:29:17 -07:00
Jonathan Griffin
e248d5a513
Bug 766206 - Workaround to get Marionette working on B2G again, r=mdas, DONTBUILD because NPOTB
2012-06-19 11:43:19 -07:00
Jason Duell
9d40ce7914
Bug 449251 - "Use this proxy for all protocols" should not configure SOCKS. r=bmcbride
2012-06-18 22:38:14 -07:00
Phil Ringnalda
0cf36c5493
Back out fe2fdd5d3aae (bug 722994) for mochitest-chrome failures
2012-06-18 22:18:33 -07:00
Geoff Brown
30d19a811a
Bug 764489 - reduce sutAgent logcat messages; r=jmaher
2012-06-18 21:32:20 -07:00
Phil Ringnalda
9ef61ebf0a
Back out 2168e72ab8d3 (bug 764686) for orange
2012-06-18 20:52:28 -07:00
Nicholas Nethercote
61aaa96874
Bug 765976 - Simplify CompileFunctionBody's control flow. r=sfink.
...
--HG--
extra : rebase_source : 4d5e88fdae064f5a68c0938ee5cbc6e619d02c85
2012-06-18 16:54:55 -07:00
Brad Lassey
899154819f
bug 766304 - ScopedGfxFeatureReporter uses observer service off the main thread, follow up to fix windows builders r=bustage
2012-06-19 17:11:38 -07:00
David Zbarsky
0bfb22bda4
Bug 766341 - Fix debug warnings in nsDocShell.cpp r=smaug
2012-06-19 17:10:14 -07:00
Fabrice Desré
ac9134771d
Bug 766378 - adds a createArrayIn() call to create JS arrays in a given scope [r=mrbkap]
2012-06-19 16:54:46 -07:00
Brad Lassey
116e769f51
bug 766304 - ScopedGfxFeatureReporter uses observer service off the main thread r=joe
2012-06-19 17:05:28 -04:00
Hub Figuière
1887a4efa8
Bug 761589 - Refactor accessibility.force_disabled to work on Mac too and make it tri-state. r=tbsaunde
2012-06-19 16:19:13 -07:00
Hub Figuière
ea3c8570a1
Bug 761763 - Re-enable a11y on Mac by default. (re-apply patch) r=tbsaunde
2012-06-19 16:19:09 -07:00
Masatoshi Kimura
98ef9db613
Bug 764916 - Replace nsDOMClassInfo::ThrowJSException with xpc::Throw. r=mrbkap
2012-06-19 19:01:10 -04:00
Julian Seward
eb71d57a7d
Bug 763842 - Fix uninitialised value use in dosprintf(SprintfStateStr*, char const*, std::__va_list). r=njn
2012-06-19 19:01:10 -04:00
Andrew Quartey
70c39ccb77
Bug 762038 - Get rid of HyperTextAccessible CID. r=tbsaunde
2012-06-19 19:01:10 -04:00
Andrew Quartey
29da1e354d
Bug 761911 - Add text attribute tests for HTML strike and s elements. r=eitan
2012-06-19 19:01:10 -04:00
Marshall Culpepper
1e27bf1d40
Bug 759637: Initial implementation of MobileConnection network selection APIs. r=philikon sr=sicking
2012-06-19 15:52:06 -07:00
Sriram Ramasubramanian
9d5d2fbf3f
Bug 762727: Tabs Panel refresh on rotation. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/layout-sw600dp/tabs_panel.xml => mobile/android/base/resources/layout-sw600dp/tabs_panel_toolbar.xml
rename : mobile/android/base/resources/layout-xlarge/tabs_panel.xml => mobile/android/base/resources/layout-xlarge/tabs_panel_toolbar.xml
2012-06-19 14:10:21 -07:00
Sriram Ramasubramanian
e1f11137ab
Bug 762727: BrowserToolbar needs to re-created on rotation. [r=mfinkle]
2012-06-19 14:09:44 -07:00
Jared Wein
496ac3d97b
Backed out changeset feec545f5f98 (bug 713608)
2012-06-19 14:11:38 -07:00
Jared Wein
a900f8fc09
Backed out changeset 0fa8e0eb40a7 (bug 760696)
2012-06-19 14:11:23 -07:00
Matt Brubeck
8a827366a6
Bug 763726 - Tap on content area while tabs menu is open should close it [r=mfinkle]
2012-06-19 14:10:42 -07:00
Ehsan Akhgari
ba82a5d757
Bug 765597 - Invalidate the thebes layer as well as the overflow area when moving frames; r=dbaron
2012-06-19 16:47:27 -04:00
Margaret Leibovic
370b1de6af
Bug 765270 - Don't try to clean up in findClosed if this._findInProgress is false. r=mfinkle
2012-06-18 14:57:09 -07:00
Matt Brubeck
138898121d
Bug 765805 (3/3) - Update thumbnails for tabs added while the sidebar is open [r=sriram]
2012-06-19 13:37:57 -07:00
Matt Brubeck
af2c9a3884
Bug 765805 (2/3) - Don't hide the tab sidebar when adding a new tab [r=sriram]
2012-06-19 13:37:57 -07:00