Commit Graph

96429 Commits

Author SHA1 Message Date
Sriram Ramasubramanian
5e112e83cb Bug 764638: Find in page can better use LinearLayout. [r=margaret]
--HG--
extra : rebase_source : d1d0527d408ce8b36bbe7c0799fe4020c34047fb
2012-06-14 12:12:18 -07:00
Sriram Ramasubramanian
0fad80b255 Bug 764621: Find in page needn't be static. [r=margaret]
--HG--
extra : rebase_source : 2c3e66dcd53e9fb8627989bce8cc05e2083d7751
2012-06-14 12:12:18 -07:00
Sriram Ramasubramanian
fe8c9aa9f9 Bug 764621: Orientation needn't be static. [r=margaret]
--HG--
extra : rebase_source : 9ea6db22bbe1ece3106e09207162065e2832dabf
2012-06-14 12:12:17 -07:00
Sriram Ramasubramanian
af4a4f9a79 Bug 762717: selectTab() should be called after closeTab(). [r=margaret]
--HG--
extra : rebase_source : 71c641402c2a7dc0716bd1f7029395e6e38b4297
2012-06-14 12:12:09 -07:00
Sriram Ramasubramanian
043898500b Bug 762717: Tab's onDestroy needs to clear the HashMap, and can be executed in background. [r=margaret]
--HG--
extra : rebase_source : a9494cbbca15a30993d39f939df250d25b831db0
2012-06-14 11:56:50 -07:00
Sriram Ramasubramanian
a7a278eb8c Bug 764621: DoorHanger and TabsPanel needn't be static. [r=margaret]
--HG--
extra : rebase_source : b6517ca6a83ac2602ab2a86f37117887c0647afc
2012-06-14 11:55:38 -07:00
Sriram Ramasubramanian
2a82459a0a Bug 764621: FormAssistant doesn't need to be static. [r=margaret]
--HG--
extra : rebase_source : acd7d1b0a2ce7825b4ba8c150d43ef9a98dc48fd
2012-06-14 11:54:05 -07:00
Myk Melez
74acf8d7a5 bug 745980 followup - define MOZILLA_OFFICIAL in webapp runtime Makefile so Crash Reporter gets enabled in official builds; r=felipe
--HG--
extra : rebase_source : 19aa82a6a5120fa96883a263927f824f702da34a
2012-06-14 13:27:36 -07:00
Myk Melez
7de3cdda82 bug 763780 - remove unnecessary application flags from webapp runtime's components.manifest; r=bsmedberg
--HG--
extra : rebase_source : bd6e1e20c9311fe514583dbff4e2ad955ac12a01
2012-06-14 13:25:53 -07:00
Myk Melez
d4f9c1f029 bug 763778 - use PREF_JS_EXPORTS to preprocess/install webapp runtime's default prefs file; r=bsmedberg
--HG--
extra : rebase_source : a654027913cfe4f5f08cfa73990bff6c10cbce14
2012-06-14 13:21:06 -07:00
Alice0775 White
217ce5485b Bug 682944 - Prevent snippets with iframes from breaking about:home. r=gavin 2012-06-13 15:44:28 -07:00
Benoit Jacob
157e8095af Bug 763355 - more logging to understand WebGL read-pixels-test intermittent timeouts on Android - r=jgilbert 2012-06-14 16:12:34 -04:00
Cody Brocious
a2f5a20fa3 Bug 745137 - Removed double buffering stubs, fixed crashiness across all devices. r=gal 2012-06-14 14:57:26 -04:00
Malini Das
a199a4de1c bug 753022: debug builds should have marionette enabled and tested. r=bhearsum,ted 2012-06-14 14:38:31 -04:00
Sriram Ramasubramanian
bd3978d856 Bug 762724: Tabs button arrows should change direction on expand/collapse. [r=mfinkle]
--HG--
rename : mobile/android/base/resources/drawable-hdpi/tabs_carat.png => mobile/android/base/resources/drawable-hdpi/tabs_carat_contracted.png
rename : mobile/android/base/resources/drawable-land-hdpi-v14/tabs_carat.png => mobile/android/base/resources/drawable-land-hdpi-v14/tabs_carat_contracted.png
rename : mobile/android/base/resources/drawable-land-mdpi-v14/tabs_carat.png => mobile/android/base/resources/drawable-land-mdpi-v14/tabs_carat_contracted.png
rename : mobile/android/base/resources/drawable-land-xhdpi-v14/tabs_carat.png => mobile/android/base/resources/drawable-land-xhdpi-v14/tabs_carat_contracted.png
rename : mobile/android/base/resources/drawable-sw600dp-hdpi/tabs_carat.png => mobile/android/base/resources/drawable-sw600dp-hdpi/tabs_carat_contracted.png
rename : mobile/android/base/resources/drawable-sw600dp-mdpi/tabs_carat.png => mobile/android/base/resources/drawable-sw600dp-mdpi/tabs_carat_contracted.png
rename : mobile/android/base/resources/drawable-sw600dp-xhdpi/tabs_carat.png => mobile/android/base/resources/drawable-sw600dp-xhdpi/tabs_carat_contracted.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/tabs_carat.png => mobile/android/base/resources/drawable-xhdpi-v11/tabs_carat_contracted.png
rename : mobile/android/base/resources/drawable-xlarge-hdpi/tabs_carat.png => mobile/android/base/resources/drawable-xlarge-hdpi/tabs_carat_contracted.png
rename : mobile/android/base/resources/drawable-xlarge-mdpi/tabs_carat.png => mobile/android/base/resources/drawable-xlarge-mdpi/tabs_carat_contracted.png
rename : mobile/android/base/resources/drawable-xlarge-xhdpi/tabs_carat.png => mobile/android/base/resources/drawable-xlarge-xhdpi/tabs_carat_contracted.png
rename : mobile/android/base/resources/drawable/tabs_carat.png => mobile/android/base/resources/drawable/tabs_carat_contracted.png
2012-06-14 11:19:06 -07:00
Sriram Ramasubramanian
4b05b13c38 Bug 762724: Tabs button in Tablet UI should expand and contract. [r=mfinkle]
--HG--
rename : mobile/android/base/resources/drawable/tabs_button.xml => mobile/android/base/resources/drawable/tabs_button_contracted.xml
2012-06-14 11:14:00 -07:00
Jacek Caban
75ffb08b04 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 (widget/windows parts); r=bsmedberg
--HG--
extra : rebase_source : d67cd14b1cc4de45275a895b307a843e22455ff2
2012-06-14 14:28:06 -04:00
Ehsan Akhgari
b1a9c1493a 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 (rdf parts); r=bsmedberg
--HG--
extra : rebase_source : f6017aa79ed6e43e1d5b3cd78854c25945726602
2012-06-12 23:42:36 -04:00
Ehsan Akhgari
5d0b4cf23c 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 (extensions/permissions parts); r=bsmedberg
--HG--
extra : rebase_source : 1d639eafd83fa51c45e177d1d7f664052ab06371
2012-06-12 23:40:07 -04:00
Ehsan Akhgari
a27a7578b3 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 (extensions/auth/ parts); r=bsmedberg
--HG--
extra : rebase_source : bf2a9c8de523d78eac780da7d7d755be47b97114
2012-06-12 23:13:31 -04:00
Ehsan Akhgari
bcc9fdc523 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 (remaining XPCOM parts); r=bsmedberg
--HG--
extra : rebase_source : 578d3ab1fefa2f2268069790a6a75db4580991b2
2012-06-12 23:08:53 -04:00
Doug Turner
ca2007e6f0 Bug 764604 - Device Storage - crash when using from gaia chrome. Do not dereference null uris. r=bent
--HG--
extra : rebase_source : 54889b39ce65373878de9865ab0603b890fa23ec
2012-06-14 11:29:08 -07:00
Gregor Wagner
b137c96e1a Bug 764928 - Support short in dictionaries. r=khuey 2012-06-14 11:28:02 -07:00
Brian Nicholson
cd6d13638f Bug 764699 - Fix setting mCheckNetwork in search suggestions test. r=kats 2012-06-14 11:27:00 -07:00
Nathan Froyd
0dbe89a48c Bug 763526 - send current session ping before persisted pings; r=taras 2012-06-13 09:27:41 -04:00
Nathan Froyd
13bce92360 Bug 763526 - determine ping status directly from event handler; r=taras 2012-06-12 14:59:19 -04:00
Nathan Froyd
51e27947ea Bug 763526 - move telemetry-test-xhr-complete notification; r=taras 2012-06-12 14:20:42 -04:00
Nathan Froyd
8ab246e877 Bug 763526 - record success/fail for every telemetry ping; r=taras 2012-06-12 11:35:28 -04:00
Nathan Froyd
8610f52de9 Bug 763526 - abort telemetry ping sending after first failed ping; r=taras 2012-06-12 11:34:18 -04:00
Malini Das
1535604c20 Bug 753022 - Remove obsolete xpcshell Marionette tests, r=jgriffin 2012-06-14 10:56:54 -04:00
Jim Mathies
d0b684c0ba Bug 764355 - Add a new edge swipe simple gesture and add a click count value to existing tap gestures for Win8. r=felipe 2012-06-14 12:40:12 -05:00
Boris Zbarsky
56f9bd70e4 Bug 763225. Take a bit more care about our compartments in SetJSEventListenerToJsval. r=smaug,bholley 2012-06-14 13:22:34 -04:00
Terrence Cole
be0d3590e4 Bug 763096 - Root ScopeIter stack storage; r=luke
This patch roots the objects stored in a ScopeIter when on the stack and ensures
that the roots do not behave inproperly when we copy a ScopeIter to the heap.
2012-06-07 17:37:43 -07:00
Brad Lassey
068d85de7c bug 755070 - Scrolling causes after paint notifications which causes screenshotting which causes checkerboarding, follow up to fix xul builds r=kats 2012-06-04 13:45:18 -04:00
Gregor Wagner
b8dd529aa2 Bug 764667 - Implement ContactChangeEvent in C++. r=smaug 2012-06-14 10:13:12 -07:00
Brad Lassey
17abebe181 bug 755070 - Scrolling causes after paint notifications which causes screenshotting which causes checkerboarding r=kats,cjones 2012-06-14 09:08:51 -07:00
Benoit Jacob
6a8400fd51 Bug 764578 - WebGL context creation keeps failing after D3D device has been lost - r=jgilbert 2012-06-14 11:59:40 -04:00
Andrew McCreight
9731294da3 Bug 753614 - enable DumpHeapComplete in non-debug builds. r=billm,smaug 2012-06-14 08:52:54 -07:00
Kartikaya Gupta
43e1306bd0 Bug 764467 - Add a separate event for notifying browser.js of resize events, to avoid weird re-entrancy issues. r=Cwiiis 2012-06-14 10:59:28 -04:00
Ehsan Akhgari
b068399420 Merge mozilla-central into mozilla-inbound to pick up the backout of bug 753022 2012-06-14 10:53:19 -04:00
Ben Hearsum
8119b4ee35 Backout bug 753022 because it is causing test failures. 2012-06-14 10:36:13 -04:00
Kartikaya Gupta
b89d7c809f Bug 764579 - Rename Show to show to be consistent with Java naming conventions. r=margaret 2012-06-14 09:52:28 -04:00
Ehsan Akhgari
e3a8768a2a Merge mozilla-central into mozilla-inbound 2012-06-14 09:37:35 -04:00
Ed Morley
b54dd39907 Backout 4d93e6ed8a49 (bug 764774) for mochitest-chrome failure in test_bug675492.xul 2012-06-14 14:34:42 +01:00
Ehsan Akhgari
bafa4505f1 Bug 757632 - Re-enable the test; r=rstrong 2012-06-13 10:30:07 -04:00
Ehsan Akhgari
6ec73dc93d Bug 764587 - Do not throttle the download of a complete mar if we fall back to a complete update after attempting to stage a partial update; r=rstrong 2012-06-13 22:00:03 -04:00
Ehsan Akhgari
3bc64d4216 Bug 764269 - Handle symbolic links properly when copying the installation directory before staging an update; r=rstrong 2012-06-13 20:38:56 -04:00
Aryeh Gregor
16302fd2e9 Bug 543645 - Clean up nsContentSubtreeIterator (fixing a hang while we're at it); r=bz 2012-06-12 11:45:09 +03:00
Aryeh Gregor
86868fc020 Bug 762183 part 5 - Fix misleading comments/variable names; r=ehsan 2012-06-13 18:38:05 +03:00
Aryeh Gregor
fffc836614 Bug 762183 part 4 - Fix assertion in DeleteTextTxn::Init; r=ehsan 2012-06-12 19:05:27 +03:00