Commit Graph

153868 Commits

Author SHA1 Message Date
Matt Brubeck
6cd666f2ca Bug 902505 - Set a no-op CSS viewport on Metro to prevent clipping subframes improperly. r=jimm 2013-11-08 14:04:13 -05:00
Brian Grinstead
497f3af283 Bug 931990 - [markup view] Context menu disappearing in markup tree during after mutation; r=paul 2013-11-07 13:03:40 -06:00
Mike de Boer
a89b33fc60 Bug 926033: add regression test. r=evilpie 2013-11-08 18:35:26 +01:00
Tom Schuster
08781fdfab Bug 926033: correct searchString persistence for different searches in findbar. r=mikedeboer 2013-11-08 18:35:28 +01:00
Ryan VanderMeulen
4669225953 Backed out 5 changesets (bug 854169) for Android crashes.
Backed out changeset 8898b6c66941 (bug 854169)
Backed out changeset 12cebd8b5669 (bug 854169)
Backed out changeset 844860e32631 (bug 854169)
Backed out changeset 4ede802f8dbb (bug 854169)
Backed out changeset ccae8b3f0a7d (bug 854169)
2013-11-08 10:52:02 -05:00
Lucas Rocha
3da1b269e6 Bug 935527 - Make all inner views private in BrowserToolbar (r=margaret) 2013-11-08 15:11:43 +00:00
Lucas Rocha
95ed4e732b Bug 935527 - Add getter for DoorHanger anchor view (r=margaret) 2013-11-08 15:11:42 +00:00
Lucas Rocha
f8fcdbc49c Bug 935534 - Use simpler element form for CustomEditText (r=sriram) 2013-11-08 15:07:30 +00:00
Lucas Rocha
2c46721a7e Bug 935534 - Use UrlBar.ImageButton.Unused on Back/Fwd phone buttons (r=sriram) 2013-11-08 15:07:29 +00:00
Lucas Rocha
d652bdea96 Bug 935523 - Make BrowserApp's mBrowserToolbar non-static and private (r=sriram) 2013-11-08 15:04:19 +00:00
Lucas Rocha
5f84689b41 Bug 935523 - Remove setShadowVisibility() as it's not needed anymore (r=sriram) 2013-11-08 15:04:18 +00:00
Carsten "Tomcat" Book
0fffdae49b Merge mozilla-central to fx-team 2013-11-08 16:02:49 +01:00
Lucas Rocha
33e08d692e Bug 935530 - Fix subtle misalignment of stop button (r=sriram) 2013-11-08 14:47:41 +00:00
Kai Strecker
9e63945641 Bug 911876 - Increase the find bar close button's clickable area. r=dao 2013-11-08 15:23:55 +01:00
David Rajchenbach-Teller
578b3acd93 Bug 854169 - OS.File.{read, writeAtomic} support for lz4. r=froydnj 2013-11-08 09:16:05 -05:00
David Rajchenbach-Teller
70e036195d Bug 854169 - Tests for the Lz4 worker module. r=froydnj 2013-11-08 09:16:04 -05:00
David Rajchenbach-Teller
b139052194 Bug 854169 - Bindings to lz4 for chrome workers. r=froydnj 2013-11-08 09:16:04 -05:00
David Rajchenbach-Teller
48cfc67869 Bug 854169 - Build the binary support for Lz4.js. r=glandium 2013-11-08 09:16:04 -05:00
David Rajchenbach-Teller
7f54a38c00 Bug 854169 - Move OS.File's normalizeToPointer() to SharedAll. r=froydnj 2013-11-08 09:16:04 -05:00
Kartikaya Gupta
e9120837c6 Bug 936027 - Store int prefs as ints in the prefs file or they don't get picked up. r=jimm 2013-11-08 09:10:29 -05:00
Carsten "Tomcat" Book
a209f28806 merge b2g-inbound to mozilla-central 2013-11-08 13:39:20 +01:00
Carsten "Tomcat" Book
f191a7b1d0 merge fx-team to mozilla-central 2013-11-08 13:33:03 +01:00
Carsten "Tomcat" Book
c6f4bd8788 merge mozilla-inbound to mozilla-central 2013-11-08 13:30:45 +01:00
Ed Morley
742f1392be Backed out changeset f2ed6b24269a (bug 932151) for causing bug 936324
--HG--
rename : dom/inputmethod/forms.js => b2g/chrome/content/forms.js
2013-11-08 10:59:31 +00:00
Victor Porof
562875bcd9 Bug 934834 - Intermittent browser_webgl-actor-test-16.js | There should be 2 cached program actors now. - Got 0, expected 2 | Got an error: firstProgramActor is undefined | Found an unexpected tab at the end of test run: doc_multiple-contexts.html, r=me 2013-11-08 10:45:17 +02:00
Gaia Pushbot
f5ff5544e0 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6ce2fe088a11
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "Bug 903232 - Show only gsm options by default"

This reverts commit ad7c92b4d02477d9096fed03963f9a2d8717a5a4.
2013-11-07 23:10:27 -08:00
Gaia Pushbot
6a2cc5c047 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6d0fbcfca3a1
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13418 from timdream/keyboard-entry-point

Bug 930371 - Use "inputs" instead of "entry_points" in keyboard app manifest, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/bee6501b0e19
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 930371 - Use "inputs" instead of "entry_points" in keyboard app manifest
2013-11-07 23:00:25 -08:00
Matt Woodrow
34be370713 Bug 880031 - Make animated transforms force all above content to be in a separate ThebesLayer. r=roc 2013-11-08 19:04:12 +13:00
Wes Kocher
e084de1151 Merge fx-team to m-c 2013-11-07 17:33:06 -08:00
Wes Kocher
34fed5c7bf Merge b2g-inbound to m-c 2013-11-07 17:07:49 -08:00
Dave Hylands
e358f61026 Bug 949004 - Check to see if lock is null before using it. r=qDot
--HG--
extra : rebase_source : 115a50601853376ae1a0548aad4d61f58e96c8d1
2013-11-07 16:14:44 -08:00
Gina Yeh
3e6d25c78b Bug 934891 - Remove DISCONNECTING state from A2DP, r=echou 2013-11-08 12:53:27 +08:00
Gaia Pushbot
9da890626e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d59efab557e3
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #13338 from evanxd/bug-925961

Bug 925961 - [B2G][Email] Receiver's email address displays as "null" after saving, editing, and then saving the draft again

========

https://hg.mozilla.org/integration/gaia-central/rev/49fe87470a10
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 925961 - Use the email address parser for showing bubble properly.
2013-11-07 20:26:25 -08:00
Gaia Pushbot
97b83af07b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d211dea69ebd
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #12215 from fabi1cazenave/fdnOkButton-bug916061

 Bug 916061 - [FDN] “OK” button should be disabled when adding a new contact, r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/853c6540e34f
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc:  Bug 916061 - [FDN] “OK” button should be disabled when adding a new contact, r=arthurcc
2013-11-07 20:05:24 -08:00
Gaia Pushbot
863a4811cf Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/676d1b0fbfed
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #13495 from jrburke/bug932331-log-state-waitForTransitionEnd

Bug 932331 - email extra logging for test timeout case r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/ef6064281d48
Author: jrburke <jrburke@gmail.com>
Desc: Bug 932331 - email extra logging for test timeout case
2013-11-07 18:55:25 -08:00
Wes Kocher
dd277c114b Merge m-c to b2g-inbound 2013-11-07 18:43:55 -08:00
Gaia Pushbot
9f7d27d87f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1a0aad92af86
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #12214 from fabi1cazenave/fdnTitle-bug916055

Bug 916055 - [FDN] the PIN2 dialog box always says “Disable FDN”, never “Enable FDN”, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/7ec80b3ee772
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 916055 - [FDN] the PIN2 dialog box always says “Disable FDN”, never “Enable FDN”
2013-11-07 18:05:24 -08:00
Gaia Pushbot
01e18638c5 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a02b3256fc6c
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #13458 from gasolin/issue-930306

Bug 930306 - [Flatfish][System] system wrongly change the orientation ca..., r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/225aa4cd6849
Author: gasolin <gasolin@gmail.com>
Desc: Bug 930306 - [Flatfish][System] system wrongly change the orientation cause homescreen grid get wrong width
2013-11-07 17:55:25 -08:00
Gaia Pushbot
8e74144add Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fcfa04f8cba9
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #12187 from pivanov/bug-911968

Bug 911968 - [HD]Center rotation point of refresh icon off

========

https://hg.mozilla.org/integration/gaia-central/rev/3f8fd5b8c274
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 911968 - [HD]Center rotation point of refresh icon off
2013-11-07 17:06:24 -08:00
Gaia Pushbot
24d7437a92 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/7aec9fba1c70
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #13490 from eeejay/bug-936213

Bug 936213 - [homescreen] Remove aria-hidden attribute from dock pages.

========

https://hg.mozilla.org/integration/gaia-central/rev/0bb8d2a463ff
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 936213 - [homescreen] Remove aria-hidden attribute from dock pages.
2013-11-07 17:06:00 -08:00
Gaia Pushbot
61f03e68ec Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8c37833f4969
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #12814 from pivanov/bug-845110

Bug 845110 - Calendar - Create Event Screen Updates r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/9bb40d427bf3
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 845110 - Calendar - Create Event Screen Updates
2013-11-07 14:20:28 -08:00
J. Ryan Stinnett
dd38817660 Bug 912918 - Part 3: Keep validating after errors when possible. r=paul
--HG--
extra : rebase_source : c4241212495876f6539a82f9ce8b5df52463f960
2013-11-07 15:51:23 -06:00
Ryan VanderMeulen
899501b7a2 Backed out changeset ec8ac6112088 (bug 933885) for frequent xpcshell test_singlebytes.js timeouts. 2013-11-07 16:45:17 -05:00
Ryan VanderMeulen
a2de05a80f Backed out changesets 45b199e32b8e, 0b7c44eff352, and 763edcbd5757 (bug 912918) for test_app_validator.html timeouts. 2013-11-07 16:35:18 -05:00
Matt Brubeck
701f495717 Bug 936005 - Allow chrome to cancel gesture recognition with preventDefault [r=jimm] 2013-11-07 13:13:24 -08:00
Jim Mathies
4e115c6825 Bug 927033 - Dispatch touchcancel to APZC when content consumes touch input [r=mbrubeck] 2013-11-07 13:12:53 -08:00
Matt Brubeck
ee462a968a Bug 927033 - Always decrement mTouchCount on touchend/cancel [r=kats] 2013-11-07 13:12:33 -08:00
Matt Brubeck
57e61daadc Bug 927033 - Refactor some duplicate code in APZCTreeManager [r=kats] 2013-11-07 13:11:34 -08:00
Matt Brubeck
cac3956706 Bug 927033 - Don't reset mApzcForInputBlock until all touches are gone [r=kats] 2013-11-07 13:10:29 -08:00
Ryan VanderMeulen
2cd9baaad6 Backed out changeset 471db633b20c (bug 903332) for B2G desktop mochitest-1 failures. 2013-11-07 16:10:21 -05:00