Commit Graph

132826 Commits

Author SHA1 Message Date
Joey Armstrong
643eff2d37 bug 874266: move DEFINES to moz.build (logic), r=gps 2013-05-23 14:30:58 -07:00
Chenxia Liu
d3472ed441 Bug 873230 - Put duplicate xml files for preferences in xml/ and xml-v11/. r=wesj
--HG--
rename : mobile/android/base/resources/xml/preference_headers.xml => mobile/android/base/resources/xml-v11/preference_headers.xml
rename : mobile/android/base/resources/xml/preferences_main.xml => mobile/android/base/resources/xml-v11/preferences.xml
rename : mobile/android/base/resources/xml/preferences_content.xml => mobile/android/base/resources/xml-v11/preferences_content.xml
rename : mobile/android/base/resources/xml/preferences_general.xml => mobile/android/base/resources/xml-v11/preferences_general.xml
rename : mobile/android/base/resources/xml/preferences_privacy.xml => mobile/android/base/resources/xml-v11/preferences_privacy.xml
rename : mobile/android/base/resources/xml/preferences_nonfragment.xml.in => mobile/android/base/resources/xml/preferences.xml.in
2013-05-23 13:59:22 -07:00
Brian Hackett
6bd0280cf4 Bug 870821 - Fix typo. 2013-05-23 13:51:08 -06:00
Nicholas D. Matsakis
d0cda62dd5 Bug 872352 - Add liquid-resize and other benchmarks into parjs-benchmarks rs=tests 2013-05-23 15:39:05 -04:00
Nicholas D. Matsakis
5121b27fe0 Bug 873522 - Perf integration for IonMonkey r=dvander 2013-05-23 15:38:56 -04:00
Brian Hackett
0f3d629dfa Bug 875276 - Don't profile types in scripts until they are compiled by baseline, r=jandem. 2013-05-23 13:25:19 -06:00
Brian Nicholson
91156b4d74 Bug 869411 - Follow-up fix to rename remaning mPaddingTop->mTopPadding. r=me 2013-05-23 12:05:51 -07:00
Tim Taubert
b5412862c3 merge m-c to fx-team 2013-05-23 20:55:32 +02:00
Brian Nicholson
86486180e5 Bug 867058 - Check bytes.length before decoding favicons. r=mfinkle 2013-05-23 11:42:30 -07:00
Brian Nicholson
5b1223b81e Bug 869411 - Part 4: Save top padding state in AboutHome. r=lucasr 2013-05-23 11:29:43 -07:00
Brian Nicholson
2af90a7904 Bug 869411 - Part 3: Set AboutHome padding in setDynamicToolbarEnabled() instead of refreshToolbarHeight(). r=Cwiiis 2013-05-23 11:29:43 -07:00
Brian Nicholson
053ba79d95 Bug 869411 - Part 2: Replace getPadding() with getTopPadding() in AboutHome. r=lucasr 2013-05-23 11:29:43 -07:00
Brian Nicholson
22fd90d750 Bug 869411 - Part 1: Move toolbar to gecko_app layout. r=sriram 2013-05-23 11:29:43 -07:00
Andrea Marchesini
8fbebab530 Bug 869002 - DocumentFragment should be constructable, r=Ms2ger 2013-05-23 03:59:00 -07:00
Chris Peterson
b01e546d2a Bug 849589 - Rethrow intermittent NativeZip exception with more debugging info. r=glandium 2013-05-25 12:03:42 -07:00
Chris Peterson
f48c7d5643 Bug 849589 - Catch and log intermittent NativeZip exception. r=glandium 2013-05-25 12:03:42 -07:00
Phil Ringnalda
74591f67d7 Merge m-c to m-i 2013-05-26 16:50:51 -07:00
Stephen Pohl
4bdaf2913e Bug 869314: Test for availability of dropmarkers in non-native styled comboboxes when overlay scrollbars are used. r=roc 2013-05-26 15:05:14 -07:00
Stephen Pohl
7546829bc2 Bug 869314: Fix missing dropmarkers in non-native styled combobox controls when overlay scrollbars are used. r=roc 2013-05-26 15:05:10 -07:00
Stephen Pohl
0e3edb584a Back out bug 869314 for missing r='s. 2013-05-26 15:00:17 -07:00
Stephen Pohl
599e68fbd2 Bug 869314 - Test for availability of dropmarkers in non-native styled comboboxes when overlay scrollbars are used. 2013-05-26 14:40:25 -07:00
Stephen Pohl
622d3dddfd Bug 869314: Fix missing dropmarkers in non-native styled combobox controls when overlay scrollbars are used. 2013-05-26 14:40:16 -07:00
Albert Crespell
e03114c235 Bug 875245 - Mochitest for NetworkStats failure. r=gene 2013-05-23 11:36:31 +02:00
Gene Lian
50e1cb681f Bug 873348 - System Message API: s/sendSystemMessage/openAppForSystemMessage/ in the shell.js. r=fabrice 2013-05-24 16:17:54 +08:00
Vivien Nicolas
f34ce8f6d9 Bug 868816 - Remove the notifications for the displayed app when we go out of the lock screen. r=jlebar 2013-05-24 11:33:46 +02:00
Eric Chou
65f1f4d1b5 Bug 875650 - Shouldn't do the same thing when receiving ABORT and DISCONNECT, r=gyeh
The original implementation would be stuck on OPP server side after dealing with
ABORT packet. This is because we do something only should be done when receiving
DISCONNECT packet.
2013-05-24 15:59:32 +08:00
Chia-hung Tai
03fe2e7991 Bug 873145 - B2G MMS: remove redundant X-MMS-Message-Size header field from outgoing requests. r=vyang 2013-05-24 10:20:47 +08:00
Dave Hylands
bb7b02a24c Bug 875372 - Add missing return statement in AddNamed function when passed a non-existing storage name. r=dougt 2013-05-23 22:18:03 -07:00
Phil Ringnalda
f00f44e120 Merge m-c to birch 2013-05-23 21:20:32 -07:00
Phil Ringnalda
64b3a1136c Bug 874984 followup, mark reftest as failing on b2g 2013-05-23 20:24:28 -07:00
Sachin Hosmani
1cb5540643 Bug 737446 -'null' is shown in installation popup instead of name obtained from AMO metadata. r=Unfocused 2013-05-22 14:49:25 +05:30
Tim Taubert
6c106b02a9 Bug 875496 - Simplify code that creates the newtab preload frame and remove unnecessary preload.xhtml; r=jaws 2013-05-23 23:52:06 +02:00
Francesco Lodolo [:flod]
2141724864 Bug 874785 - Web Console: rewrite localization comments and use ordered arguments for multiple parameters, r=mratcliffe 2013-05-22 01:35:00 -07:00
Phil Ringnalda
962fb3046d Merge m-c to fx-team 2013-05-26 19:48:49 -07:00
Gijs Kruitbosch
b8d7558a44 Bug 874601 - failing social API tests on OS X on UX, r=markh
--HG--
extra : rebase_source : e5873bfe4c6273512cc4892a270eca63c5ddd4cd
2013-05-22 10:29:33 +02:00
Andrew McCreight
d1266ee9b7 Bug 874583 - Use NS_IMPL_CYCLE_COLLECTION_INHERITED_n in more places. r=smaug 2013-05-21 16:23:53 -07:00
Andrew McCreight
f6ce3cb3e3 Bug 874258 - Warn if we run shutdown CC more than twice. r=smaug 2013-05-24 11:26:09 -07:00
Tim Taubert
f5695d2000 Bug 873771 - TabRestoreQueue should keep track of and evaluate restore_on_demand prefs; r=yoric 2013-05-21 18:32:24 +02:00
Ethan Hugg
124b358485 Bug 873888 - Wait for construction of tracks before returning onAddStream r=jesup 2013-05-21 07:49:50 -07:00
Boris Zbarsky
e1dd3b2077 Bug 875939. Make passing a Rooted<T> or Handle<T> to a function taking |const T&| not be a gc hazard. r=terrence 2013-05-24 22:38:09 -04:00
Phil Ringnalda
4207b31a0e Back out affd9b74be00 (bug 874418) for unexpected crashtest assertions
CLOSED TREE
2013-05-24 19:00:38 -07:00
Daniel Holbert
13c03fac44 Bug 874418: Assert that placeholders are reflowed before their out-of-flows. r=bz 2013-05-21 12:15:57 -04:00
Joey Armstrong
b5eb4cb307 bug 870406: move to moz.build (config batch #1) r=mshal 2013-05-24 17:21:14 -07:00
Eddy Bruel
522516b0d6 Merge for bug 637572 2013-05-24 17:05:46 -07:00
Eddy Bruel
1ae006d3bf Bug 637572: Implement Debugger.Source.prototype.text; r=jimb 2013-05-24 17:00:08 -07:00
Shu-yu Guo
6c5ae9572f Bug 875748. (r=djvj) 2013-05-24 16:55:54 -07:00
Shu-yu Guo
b4bb75b22e Bug 875742. (r=djvj) 2013-05-24 16:55:54 -07:00
Masatoshi Kimura
a121b6f9dc Backed out changeset db13e1fbc642 (bug 691151) because some in-tree callers are still using the function 2013-05-25 08:41:19 +09:00
Nicolas B. Pierron
c6d1c54495 Bug 774006 - IonMonkey: Implement SetElementIC for integer indexes. r=h4writer 2013-05-24 16:32:49 -07:00
Jeff Walden
b4874d1944 Followup to bug 816033, remove a test. This was removed locally, but somehow the removal ended up in a different, not-yet-pushed patch. Sorry! :-(
--HG--
extra : rebase_source : 1f487c932c5d8ebffabe8c08da12a1f9916e221b
2013-05-24 16:15:46 -07:00