Commit Graph

96850 Commits

Author SHA1 Message Date
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
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
Matt Brubeck
5404805330 Bug 765805 (1/3) - Don't hide the tab sidebar when switching tabs [r=sriram] 2012-06-19 13:37:57 -07:00
Chris Peterson
a7360a99a8 Bug 765831 - Part 5: Clamp composing span indexes. r=blassey 2012-06-19 12:17:20 -07:00
Chris Peterson
68126fd65e Bug 765831 - Part 4: Clamp string lengths passed to getTextBeforeCursor/getTextAfterCursor. r=blassey 2012-06-19 12:12:27 -07:00
Chris Peterson
bcb0a52f76 Bug 765831 - Part 3: Clamp bogus composing region indexes passed to setComposingRegion(). r=blassey 2012-06-19 12:19:30 -07:00
Chris Peterson
d5c43d7264 Bug 765831 - Part 2: Clamp bogus selection indexes passed to setSelection(). r=blassey 2012-06-19 12:13:48 -07:00
Chris Peterson
3c512198ac Bug 765831 - Part 1: Extract selection index juggling into a Span helper class. r=blassey 2012-06-19 12:13:41 -07:00
Matt Brubeck
de397984a7 Bug 765941 - Thumbnail doesn't update after following a link to an HTTP redirect [r=bnicholson] 2012-06-19 12:03:00 -07:00
Matt Brubeck
719d2fb98e Bug 756474 - Harden the SimpleScaleGestureDectector against missed events [r=kats] 2012-06-19 12:01:44 -07:00
Andrew McCreight
6b4567cba2 Bug 763776 - refactor nsXPConnect::Traverse. r=billm 2012-06-19 11:33:00 -07:00
Andreas Gal
6ab97d439e Bug 637014 - use the right global in MakeFinalizeObserver (r=luke) 2012-06-19 11:13:42 -07:00
Brian Nicholson
e47bd654e8 Bug 762064 - Close InputStream in SuggestClient. r=blassey 2012-06-19 11:01:57 -07:00
Nick Alexander
8a666963c2 Bug 762627 - Ensure that CommandProcessor does not hold reference to last active GlobalSession. r=rnewman,liuche
--HG--
extra : rebase_source : 246551a5ae19653409b20ac7dd5c235b54f3f712
2012-06-19 10:54:23 -07:00
Nick Alexander
543d0cf78c Bug 765797 - Only log generated record string for incoming records if Logger.LOG_PERSONAL_INFORMATION is set. r=liuche
--HG--
extra : rebase_source : 35d9924d94ca3093a02e6f820769131f96296afb
2012-06-19 10:35:06 -07:00
Margaret Leibovic
b35572cae8 Bug 695173 - Add content.css and jar.mn changes that didn't make it into the first push 2012-06-19 10:48:31 -07:00
Justin Lebar
03dc355e14 Bug 766173 - Hold a strong ref to nsScriptSecurityManager, instead of hoping that it won't get addref'ed or released. r=bsmedberg
--HG--
rename : mobile/android/base/resources/drawable/tabs_button_contracted.xml => mobile/android/base/resources/drawable/tabs_button.xml
extra : rebase_source : 8f861c2298fd053a0e1f6deb6f9945040ea8db90
2012-06-19 13:20:34 -04:00
Benjamin Smedberg
bba5e22057 Bug 755724 part A - add makefile variable DIST_SUBDIR to ship code to a subdirectory of dist/bin, r=ted
--HG--
extra : rebase_source : ef52dff3c4f42b99148e99335ee82d9a207faf46
2012-06-19 10:45:24 -04:00
Ehsan Akhgari
bb915f2f93 Bug 765227 - Avoid attempting to update the maintenance service when an update is being staged; r=bbondy 2012-06-18 16:06:01 -04:00
Mark Banner
8bf442db1c Bug 757794 - Constant "command timed out: 1200 seconds without output" in test_0200_app_launch_apply_update.js and others. Ensure that timeout loops will always abort eventually. r=ehsan 2012-06-19 15:48:00 +01:00
Tim Taubert
5a91c1d53c merge m-c to fx-team 2012-06-19 14:56:47 +02: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
Saurabh Anand
373cde24bf Bug 722994 - globalOverlay.js uses global Private Browsing state to control display of a prompt; r=ehsan 2012-06-19 01:57:26 +05:30
Jignesh Kakadiya
0f7381388f Bug 763861 - Assign a flag in nsINode to say whether the node is content; r=ehsan 2012-06-18 23:47:35 -04:00
Makoto Kato
f57c383e1f Bug 763378 - arm detection should have correct define when -mfpu=neon on gcc or on MSVC. r=tterribe 2012-06-19 12:17:43 +09:00
Hsinyi Tsai
4a42c68f66 Bug 761533 - WebTelephony: busy event is never fired. r=philikon 2012-06-18 17:51:11 +08:00
Mike Hommey
f5e949bd00 Backout changeset efc2f07a829b (bug 734125) because of bustage 2012-06-20 09:23:41 +02:00