Commit Graph

179185 Commits

Author SHA1 Message Date
ffxbld
1a30be1a44 No bug, Automated HSTS preload list update from host bld-linux64-spot-454 - a=hsts-update 2014-04-19 03:14:16 -07:00
Bobby Holley
56960c728a Bug 990353 - Followup bustage fix. r=me 2014-04-19 00:40:18 -07:00
Bobby Holley
ccbf119906 Bug 990353 - Flip off source discarding for XPCShell. r=fabrice 2014-04-18 23:46:27 -07:00
Bobby Holley
220dddc625 Bug 990353 - Flip on source discarding for b2g. r=bent 2014-04-18 23:46:27 -07:00
Bobby Holley
b0f7fa3f9c Bug 990353 - Tests. r=bent 2014-04-18 23:46:27 -07:00
Bobby Holley
ba23922c2d Bug 990353 - Give tests/chrome its own moz.build file, like tests/mochitest. r=mshal
We also add a mochitest.ini file, which will eventually be used for http-served
files that are associated with chrome mochitests.
2014-04-18 23:46:27 -07:00
Bobby Holley
3502193900 Bug 990353 - Flag for discarding where appropriate. r=bent 2014-04-18 23:46:27 -07:00
Bobby Holley
90a7b5cf46 Bug 990353 - Add a pref for system source discarding. r=bent 2014-04-18 23:46:26 -07:00
Bobby Holley
51af5cebbd Bug 990353 - Make the decision to discard source entirely per-global, rather than per-script. r=luke
This is effectively a policy decision based on the kind of code we expect to be
running somewhere. This is in contrast to lazy source, which is often a practical
per-script consideration of whether or not we can retrieve the source if requested.

More importantly, tracking this information on the global is much easier to
get right than tracking it on the script.
2014-04-18 23:46:26 -07:00
Mats Palmgren
8beb358934 Bug 988653 - Fix 'border-image' layout for fragmented boxes and add support for both box-decoration-break:clone/slice. r=cam 2014-04-19 03:21:56 +00:00
Ryan VanderMeulen
915c699141 Merge m-c to inbound. 2014-04-18 22:08:16 -04:00
Ryan VanderMeulen
f394fe9b5b Merge inbound to m-c. 2014-04-18 22:00:13 -04:00
Ryan VanderMeulen
eaba4fb0fb Merge fx-team to m-c. 2014-04-18 21:50:12 -04:00
Dan Gohman
22b39e1512 Bug 998155 - IonMonkey: Constify congruentTo and mightAlias. r=h4writer 2014-04-18 17:55:21 -07:00
B2G Bumper Bot
0b96b36e28 Bumping manifests a=b2g-bump 2014-04-18 17:22:56 -07:00
B2G Bumper Bot
a40c41202b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/38d1561fe26c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #18465 from KevinGrandon/bug_991446_follow_up_modules_revision

Bug 991446 - Follow-up, update gaia_node_modules.revision r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/f1221e8a20c0
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 991446 - Follow-up, update gaia_node_modules.revision r=me
2014-04-18 17:20:41 -07:00
Julian Seward
7f42fc30b7 Bug 997700 - Fix build issues with LUL and --enable-warnings-as-errors. r=nfroyd. 2014-04-19 01:30:46 +02:00
Mats Palmgren
fdbe3d446d Bug 613659 - Make GetBorderRadii non-inline to make it compile on Windows. r=dholbert 2014-04-18 23:01:24 +00:00
Mats Palmgren
865211e339 Bug 613659 - Minor whitespace fixes. r=cam 2014-04-18 23:01:24 +00:00
Mats Palmgren
eb29ea0c7e Bug 613659 - Change mode-lines and indentation to 2-space indent. r=cam 2014-04-18 23:01:24 +00:00
Mats Palmgren
2716b39f4c Bug 613659 - Reftests for box-decoration-break. r=cam 2014-04-18 23:01:23 +00:00
Mats Palmgren
584711809b Bug 613659 - Remove remaining vestiges of -moz-background-inline-policy. r=cam 2014-04-18 23:01:23 +00:00
Mats Palmgren
2c0480c557 Bug 613659 - Implement box-decoration-break layout for backgrounds. r=cam,jmuizelaar
--HG--
rename : layout/reftests/backgrounds/background-size-each-box.html => layout/reftests/backgrounds/background-size-clone.html
rename : layout/reftests/backgrounds/background-size-cover-each-box.html => layout/reftests/backgrounds/background-size-cover-clone.html
rename : layout/reftests/backgrounds/background-size-cover-continuous.html => layout/reftests/backgrounds/background-size-cover-slice.html
rename : layout/reftests/backgrounds/background-size-continuous.html => layout/reftests/backgrounds/background-size-slice.html
2014-04-18 23:01:23 +00:00
Mats Palmgren
db3de125fb Bug 613659 - Implement box-decoration-break layout for border/box-shadow and paddding/margin for inlines. r=cam 2014-04-18 23:01:23 +00:00
Mats Palmgren
7ed903c8fb Bug 613659 - Add "skip sides" and border/frame size parameters to GetBorderRadii(). Add an inline convenience method for the old signature. r=cam 2014-04-18 23:01:23 +00:00
Mats Palmgren
ecca15c67e Bug 613659 - Implement box-decoration-break in the style system. r=cam 2014-04-18 23:01:22 +00:00
Bobby Holley
e8f0ed897a Bug 998377 - Remove mDelayedDisconnect and friends. r=smaug 2014-04-18 16:00:06 -07:00
Bobby Holley
a9371e5350 Bug 998377 - Stop calling ReleaseWrapper in DelayedDisconnect(). r=smaug
AFAICT, nobody ever calls PreserveWrapper. Presumably, the CC machinery should
take care of us here.
2014-04-18 16:00:06 -07:00
Bobby Holley
9ce629e394 Bug 998377 - Stop nulling out nsInProcessTabChildGlobal::mGlobal during DelayedDisconnect. r=smaug
This is already cycle-collected, so no extra work needs to happen.
2014-04-18 16:00:06 -07:00
B2G Bumper Bot
a1e72cb16e Bumping manifests a=b2g-bump 2014-04-18 15:56:35 -07:00
B2G Bumper Bot
b568b67ed5 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6c0fc82ce009
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 996968 - Disable intermittent failing test, Update bookmark on homescreen > Navigate to sample.html and bookmark it
2014-04-18 15:50:41 -07:00
Jared Wein
40b61dd8e4 Bug 495593 - Fix typo in previous patch. r=MattN 2014-04-18 17:59:31 -04:00
Edward Lee
d49c2ec1e0 Bug 998387 - Middle click on newtab block button blocks the site [r=me]
Update test to check middle click not blocking by potentially triggering the block() codepath in onClick.
2014-04-18 14:22:50 -07:00
Josh Dover
adb1bc1b9b Bug 850600 - Part 4: Add swipe to refresh to sync tab list. r=nalexander 2014-04-18 14:04:00 -07:00
Mark Finkle
e56fe1b06c Bug 946454 - [Roku] Show 'casting' button in the video controls r=wesj, dolske 2014-04-18 16:48:06 -04:00
B2G Bumper Bot
795738a058 Bumping manifests a=b2g-bump 2014-04-18 13:41:33 -07:00
B2G Bumper Bot
78bea94210 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/66effd43708e
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #17205 from gabrielesvelto/bug-947192-dsds

Bug 947192 - Add SIM number to the WAP Push message notification

========

https://hg.mozilla.org/integration/gaia-central/rev/6a3bfbf7139c
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 947192 - If multiple SIMs are present add the SIM number to the notification r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/5ca59eeed970
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 947192 - Simplify the way notifications are sent, simplify the tests accordingly r=julienw
2014-04-18 13:35:41 -07:00
Danny Chen
253497200d Bug 996122 - Play button superimposed on videos that are requested to start playing and then resize before any frames are presented. r=jaws
--HG--
extra : rebase_source : d47c0d8675e0cee794ca2f51084043cab2cd6bf7
2014-04-18 15:28:58 -04:00
B2G Bumper Bot
3b24e81431 Bumping manifests a=b2g-bump 2014-04-18 12:06:27 -07:00
B2G Bumper Bot
0c35be84f4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5125209935fa
Author: Jared Hirsch <ohai@6a68.net>
Desc: Merge pull request #18438 from 6a68/bug-996476-hide-accounts-header

Bug 996476 - Hide Accounts section header if fxa preffed off

========

https://hg.mozilla.org/integration/gaia-central/rev/a0270e086719
Author: Jared Hirsch <ohai@6a68.net>
Desc: Bug 996476 - Hide Accounts section header if fxa preffed off r=arthurcc
2014-04-18 12:00:30 -07:00
B2G Bumper Bot
ed664c403d Bumping manifests a=b2g-bump 2014-04-18 10:31:12 -07:00
B2G Bumper Bot
9f3e707bc2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ed1f5d6ebb9f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #18437 from KevinGrandon/bug_985460_home2_icon_movement

Bug 985460 - [Home2] Icon Movement in Vertical List

========

https://hg.mozilla.org/integration/gaia-central/rev/20a2c748b5db
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 985460 - [Home2] Icon Movement in Vertical List r=me
2014-04-18 10:25:42 -07:00
Danny Chen
cff641ad1a Bug 495593 - Video controls should match scaled video size within video element. r=jaws
--HG--
extra : rebase_source : 4f5e182ffc9dafa3a3673b86d3ce706c48aad920
2014-04-18 12:06:33 -04:00
Edward Lee
9e49a38d29 Bug 998163 - 8% Tp5 Optimized regression on inbound for most all platforms [r=adw]
Bug 998387 - Middle click on newtab block button blocks the site
Only add click listener once at the page level and filter/delegate click handling looking for primary/middle clicks.
2014-04-18 13:58:24 -07:00
Nick Alexander
459a7042c2 Bug 850600 - Refactor FirefoxAccounts. r=rnewman
========

9acbc565be
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Fri Apr 18 11:30:26 2014 -0700

    Bug 850600 - Part 0: Refactor FirefoxAccounts.
2014-04-18 11:32:32 -07:00
Dão Gottwald
03de42ec13 Bug 997382 - The tab label and close button shouldn't be animated in closing tabs. r=jaws 2014-04-18 18:52:11 +02:00
B2G Bumper Bot
0365ff524a Bumping manifests a=b2g-bump 2014-04-18 08:37:46 -07:00
B2G Bumper Bot
4d076da244 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/73732100eb27
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #18432 from zbraniecki/995425-upgrade-sinon

Bug 995425 - upgrade sinon to 1.9.1 and update API usage. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/d49ecdeb839b
Author: Zbigniew Braniecki <gandalf@mozilla.com>
Desc: Bug 995425 - upgrade sinon to 1.9.1 and update API usage. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/14bb54bbc478
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 997680 - Show a google search link if exists in e.me results. r=kgrandon
2014-04-18 08:35:40 -07:00
Dave Townsend
25875d994d Bug 997315: Verify that multiple calls to listTabs doesn't prematurely disconnect actors. r=panos 2014-04-18 08:20:49 -07:00
B2G Bumper Bot
af98d50c4f Bumping manifests a=b2g-bump 2014-04-18 07:36:22 -07:00