Ms2ger
c1e5a09403
Bug 923251 - Part i: Outparamdel nsMediaList::Clone; r=heycam
2013-11-11 09:00:55 +01:00
Ms2ger
dea78db886
Bug 923251 - Part h: Don't handle allocation failure in nsMediaQuery::Clone; r=heycam
2013-11-11 09:00:50 +01:00
Ms2ger
6c1fc9bfa4
Bug 923251 - Part g: Make nsCSSStyleSheet::WillDirty return void; r=heycam
2013-11-11 09:00:46 +01:00
Ms2ger
0019ba0a33
Bug 923251 - Part f: Pass an Element to inDOMUtils::GetRuleNodeForContent and rename it to reflect that; r=heycam
2013-11-11 09:00:41 +01:00
Ms2ger
ed791684be
Bug 923251 - Part e: Make nsPresContext::EnsureSafeToHandOutCSSRules return void; r=heycam
2013-11-11 09:00:33 +01:00
Ms2ger
d2bac29347
Bug 923251 - Part d: Remove nsCSSStyleSheet::eUniqueInner_CloneFailed; r=heycam
2013-11-11 09:00:18 +01:00
Ms2ger
63ed46994e
Bug 923251 - Part c: Make nsCSSStyleSheet::AppendAllChildSheets return void; r=heycam
2013-11-11 08:59:58 +01:00
Ms2ger
eafd14c859
Bug 923251 - Part b: Make Loader::PrepareSheet return void; r=heycam
2013-11-11 08:57:53 +01:00
Ms2ger
54698d817e
Bug 923251 - Part a: Make ParseMediaList return void; r=heycam
2013-11-11 08:57:34 +01:00
Ms2ger
9f1382ddc6
Bug 933326 - Part b: Remove xpc_qsThrowMethodFailedWithCcx and xpc_qsThrowMethodFailedWithDetails; r=bholley
2013-11-11 08:56:59 +01:00
Ms2ger
dd7127ccd4
Bug 933326 - Part a: Remove xpc_qsStringToJsstring; r=bholley
2013-11-11 08:56:03 +01:00
Ms2ger
5ff970779e
Bug 909254 - Stop using jsapi for HTMLCollection.namedItem; r=peterv
2013-11-11 08:55:41 +01:00
Carsten "Tomcat" Book
16a52dceab
merge mozilla-inbound to mozilla-central
2013-11-11 08:50:14 +01:00
Vicamo Yang
3f4f1a6088
Bug 936763 - B2G MMS: the connected/disconnected network can come from 3G not MMS, which throws exceptions when accessing MMS proxy settings. r=vicamo
2013-11-11 12:41:03 +08:00
Gaia Pushbot
8f20b2b4cd
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4a3f02dbc339
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #13372 from ian-liu/bluetooth/Bug922993_Refine_the_description_of_header/body_while_the_storage_is_not_available
Bug 922993 - [Bluetooth] Refine the description of header/body while the storage is not available, r=@alivedise
========
https://hg.mozilla.org/integration/gaia-central/rev/2e110e34e7ff
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 922993 - [Bluetooth] Refine the description of header/body while the storage is not available
2013-11-10 18:35:25 -08:00
Kai Engert
2ea69f6273
Bug 935568, require NSPR version 4.10.2 in configure.in, r=briansmith
2013-11-10 23:16:48 +01:00
Ehsan Akhgari
51b7c20708
Bug 936930 - Build the unicharutil library in unified mode; r=smontagu
2013-11-10 16:41:53 -05:00
Nicholas Cameron
d5a16985b4
Bug 934250. Ensure we have a buffer-on-white before using it (ThebesLayerBuffer). r=mattwoodrow
2013-11-11 10:30:51 +13:00
Ehsan Akhgari
e585e2fabd
Bug 936899 - Build all of the uconv library in unified mode; r=smontagu
2013-11-10 14:41:29 -05:00
Jim Mathies
be2f3bd4e2
Bug 918273 - Add an apzc tree manager helper for translating device to gecko coordinate space, and use it when sending events to the dom in cases where content is consuming touch. r=kats
2013-11-10 10:43:18 -06:00
Jim Mathies
10d334edb3
Bug 918273 - Don't wait for the first touch move to call ContentReceivedTouch if the first touchstart had preventDefault called on it. r=mbrbeck
2013-11-10 10:43:18 -06:00
Jim Mathies
c62774b090
Bug 918273 - Cache the target scrollable layer id in metro input code and use it instead of the root layer id in ContentReceivedEvent calls. r=mbrbeck
2013-11-10 10:43:18 -06:00
Jim Mathies
18fbf3543f
Bug 918273 - Pass back the target scrollable layer id from apzc event methods. r=kats
2013-11-10 10:43:17 -06:00
Kartikaya Gupta
da3f293edb
Bug 936721 - (cleanup) Refactor and extract an ApzcPinch function. r=botond
2013-11-10 09:48:12 -05:00
Kartikaya Gupta
6f2ba262a3
Bug 936721 - Do a fuzzy equality comparison to account for floating-point rounding errors. r=botond
2013-11-10 09:47:27 -05:00
Ehsan Akhgari
c8aa8b6348
Bug 936417 - Don't attempt to focus the location bar when about:privatebrowsing is loaded; r=gavin
2013-11-10 09:20:03 -05:00
Mats Palmgren
621531ee96
Bug 935850 - Mark box-sizing-replaced-001.xht as random on Android for now. r=dbaron
2013-11-10 14:36:46 +08:00
Brian Hackett
5d5d183f6c
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
Brian Hackett
6d04207548
Bug 928050 - Don't GC when initializing IonRuntime, r=jandem.
2013-11-09 19:53:03 -07:00
Olli Pettay
db10fb4abb
Bug 936789 - Faster CC logger, r=mccr8
2013-11-09 23:15:44 +02:00
Carsten "Tomcat" Book
5868f7d7c3
Merge mozilla-central to fx-team
2013-11-09 12:29:36 +01:00
ffxbld
6795532ada
No bug, Automated HSTS preload list update from host bld-linux64-ec2-173 - a=hsts-update
2013-11-09 03:19:13 -08:00
ffxbld
7683bdfae2
No bug, Automated blocklist update from host bld-linux64-ec2-013 - a=blocklist-update
2013-11-09 03:15:09 -08:00
Carsten "Tomcat" Book
7a0b6729f5
merge b2g-inbound to mozilla-central
2013-11-09 09:10:20 +01:00
Carsten "Tomcat" Book
462bc26ecd
merge fx-team to mozilla-central
2013-11-09 09:07:25 +01:00
Margaret Leibovic
8f04f09ccb
Bug 846569 - Don't scroll tabs tray when a tab is closed. r=lucasr
2013-11-08 13:35:44 -08:00
Margaret Leibovic
2298c8d1a6
Bug 935414 - Limit number of constraint terms in filter query. r=lucasr
2013-11-08 13:35:41 -08:00
Ryan VanderMeulen
82de7ccabc
Backed out changeset a562387a27bb (bug 902505) for mochitest-mc failures.
2013-11-08 16:35:06 -05:00
Gaia Pushbot
b0159b6403
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cc492bd8ccdf
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #13525 from etiennesegonzac/bug-936095-stack-manager-stay-background-apps
Bug 936095 - Adding "stayBackground" apps at the bottom of the stack. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/9d125b80c4f4
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 936095 - Adding "stayBackground" apps at the bottom of the stack.
r=alive
2013-11-08 13:30:25 -08:00
Dão Gottwald
c547a1225b
Bug 936513 - Remove unused general.useragent.enable_overrides pref. r=nchen
2013-11-08 22:24:02 +01:00
Gaia Pushbot
1d0edcba44
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/58804c21cd21
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #13532 from gaye/lightsofapollo-bug-832258-hide-sync-button
Bug 832258 - Hide sync button r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/5084eda4abd4
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge branch 'bug-832258-hide-sync-button' of https://github.com/lightsofapollo/gaia into lightsofapollo-bug-832258-hide-sync-button
Conflicts:
apps/calendar/js/views/settings.js
========
https://hg.mozilla.org/integration/gaia-central/rev/540bc492232a
Author: James Lal <james@lightsofapollo.com>
Desc: Show/hide sync button when account is added/removed
========
https://hg.mozilla.org/integration/gaia-central/rev/a51cd8a2c98f
Author: James Lal <james@lightsofapollo.com>
Desc: Store.Account#syncableAccounts
2013-11-08 13:05:28 -08:00
Karl Dubost
b9db48a367
Bug 923442 - Remove UA override for domains starting 2013-10-03. r=lmandel
2013-11-08 15:25:25 -05:00
Ryan VanderMeulen
ea9ba67bc7
Merge m-c to b2g-inbound.
2013-11-08 14:56:13 -05:00
Gaia Pushbot
05c1f984bd
Bumping gaia.json for 5 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/73ad695024d1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #13104 from KevinGrandon/bug_922658_settings_subpanel_hotspot
Bug 930404 - [Settings] Split up hotspot panel
========
https://hg.mozilla.org/integration/gaia-central/rev/7adb2edab543
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 930404 - [Settings] Split up hotspot.js
========
https://hg.mozilla.org/integration/gaia-central/rev/96876a22fe73
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #13524 from KevinGrandon/revert_pr_13368
Bug 920839 - Travis is red - Try reverting pull request 13368 r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/8c900b57bdd2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 920839 - ARIA fixes to value selector."
This reverts commit 2c585692098082a9bb38558c8739a8e91cda5591.
========
https://hg.mozilla.org/integration/gaia-central/rev/b27f450c1e17
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 920839 - Added spinbutton ARIA markup to value picker."
This reverts commit 0d5fd65dc4f43102c38fafb756f0b9c1968d74c3.
2013-11-08 11:55:25 -08:00
Sam Foster
cd15bb5fde
Bug 934714 - toggle progressbar on startpage attribute, always call browserUI.update in selectedTab setter to reset windowState in time. r=rsilveira
...
--HG--
extra : rebase_source : 8bcf7c1f2093f344b5146e3fed0874e0c2adf5e0
2013-11-08 11:55:18 -08:00
Ryan VanderMeulen
0dfabb2629
Merge m-c to fx-team.
2013-11-08 14:56:41 -05:00
Ryan VanderMeulen
9e3d759a39
Merge b-i to m-c.
2013-11-08 14:53:47 -05:00
Ryan VanderMeulen
6e2ea04c24
Merge inbound to m-c.
2013-11-08 14:51:50 -05:00
Rail Aliiev
fc76333daa
Bug 917642 - [Helix] Please update the helix blobs. r=nhirata
2013-11-08 14:22:58 -05:00
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