Commit Graph

251346 Commits

Author SHA1 Message Date
Byron Campen [:bwc]
324564a2e9 Bug 1112692: BundlePolicy support, and support for more than one BUNDLE group. r=mt, r=smaug 2015-06-12 14:27:08 -07:00
Jan de Mooij
7248c7e4fe Bug 1175511 - Use template objects for arguments object allocation. r=bhackett 2015-07-03 20:41:52 +02:00
Markus Stange
34c169f5e7 Bug 1178745 - Respect scroll clips when flattening. r=roc 2015-07-02 17:04:14 -04:00
Markus Stange
e9f76277b5 Bug 1178745 - Move some code around. r=roc 2015-07-02 17:00:17 -04:00
Markus Stange
d193f407c2 Bug 1178745 - Add an nsIScrollableFrame API for getting the scroll clip. r=roc 2015-07-02 16:42:10 -04:00
Markus Stange
481cbb609c Bug 990974 - Treat carets in async scrolled scrollframes differently from non-caret content. r=roc
This makes those caret display items not share a layer with any other display items, and uses a different async scroll frame clip for that layer.
2015-07-02 15:02:34 -04:00
Markus Stange
ec0360b2c9 Bug 990974 - Give PaintedLayerDataTree a generic way of restricting a PaintedLayer to exactly one display item. r=roc 2015-07-01 22:08:20 -04:00
Markus Stange
f6818bbaa8 Bug 990974 - Add a flag to ComputeFrameMetrics so that a different clip can be returned for the caret and non-caret content. r=roc 2015-07-02 13:42:34 -04:00
Markus Stange
a73259768c Bug 990974 - When using display ports, don't clip the painted contents to the content box clip. r=roc
Store the content box clip on mAncestorClip, and store a different clip for the caret on mAncestorClipForCaret.
In a future patch, those clips will be selectively applied to the right layers.
2015-07-03 14:06:15 -04:00
Markus Stange
e7a515a8ed Bug 990974 - Slightly change how the caret clip works. r=roc
Instead of looking at the caret's rect and determining whether we should clip it
to the real content box clip or not at all, we just always clip it, but to a
slightly bigger rect. In the cases that the caret was completely visible before,
it'll still be completely visible with this change. However, in the cases that we
did decide to clip before this patch, the result can be slightly different now:
Before this patch, whenever the caret was partially clipped, it was partially
clipped to the true content clip rect, but with this patch, the caret can be
partially clipped to the slightly larger clip rect.
2015-07-03 14:02:09 -04:00
Benoit Girard
92942ec46d Bug 1178892 - Split the profiler into Core & Gecko files and break apart monolithic headers. r=mstange 2015-06-30 15:03:45 -04:00
Michael Layzell
492e17ebff Bug 1170200 - Part 2: Update JavaScript consumers of nsIPermissionManager::Remove; r=ehsan 2015-07-03 14:18:23 -04:00
Michael Layzell
eb908c6aa5 Bug 1170200 - Part 1: Change the API for nsIPermissionManager::Remove() to accept a URI instead of a string; r=ehsan 2015-07-03 14:17:11 -04:00
Mike Kaply
0df76506da Bug 1179481 - Display dropmarkers properly for panel buttons and badged menu buttons. r=Gijs 2015-07-03 13:05:44 -05:00
Eric Rahm
8cfc46cadc Bug 1180045 - Remove no outer window available warning. r=smaug 2015-07-03 10:21:24 -07:00
Fernando Jimenez
00600fda3d Bug 1175944 - Packaged app's (app://) JS files are not loaded and do not trigger "onfetch" handler. r=jdm 2015-07-03 18:41:01 +02:00
Fernando Jimenez
3b881be808 Bug 1171651 - Disable the interception of app:// URIs in service workers on release builds. r=baku 2015-07-03 18:41:01 +02:00
Jordan Lund
4b45cab8b4 Bug 1154796 - make a copy of mozharness and put it in gecko tree, based on 4d855a6835ed, r=mshal 2015-07-03 09:04:58 -07:00
Benoit Girard
f279abe1e6 Bug 1179550 - Always terminate the str buffer. r=erahm 2015-07-02 16:30:58 -04:00
Valentin Gosu
82b8743948 Bug 1177403 - Unable to load http package resources with fetch() or xhr r=mcmanus 2015-07-03 17:15:46 +02:00
Valentin Gosu
3a7fa0b6db Bug 1048131 - Make some network events trigger a captive portal recheck r=mcmanus 2014-10-14 00:35:51 +03:00
Valentin Gosu
44bbf8da8c Bug 1048131 - Implement CaptivePortalService using nsICaptivePortalDetector r=mcmanus 2014-10-14 00:34:03 +03:00
Valentin Gosu
a8a7000530 Bug 1048131 - Remove MOZ_CAPTIVEDETECT and enable captive portal detector for all products. r=mcmanus 2015-07-03 17:14:51 +02:00
Benoit Girard
0eb4004edd Bug 1167690 - Add NPAPI:AudioControl enums to npapi.h. r=josh 2015-05-22 14:32:14 -04:00
Mike Conley
9e478221dd Bug 1173219 - Return nsresults from TabParent::RecvCreateWindow to make opening windows more robust. r=billm
We were returning false from TabParent::RecvCreateWindow whenever anything went wrong.
Returning false in response to an IPC message results in the content process being
killed, which is a terrible user experience. With this patch, instead of returning
false, we more often return the nsresult of operations occurring within TabParent.
2015-06-29 14:37:57 -04:00
Jonathan Kew
18ddfdcd29 Bug 1177076 followup - Some of the tests are a bit fuzzy on Android. 2015-07-03 14:57:18 +01:00
Carsten "Tomcat" Book
f2415d400f Backed out changeset 5f2ca3ac2fcb (bug 1048131) for test failures in android s4 test_captive_portal_not_found.js 2015-07-03 14:26:56 +02:00
Carsten "Tomcat" Book
632b372728 Backed out changeset ddd6b2e3aead (bug 1048131) 2015-07-03 14:26:03 +02:00
Carsten "Tomcat" Book
92c4eafbda Backed out changeset 49f72333b407 (bug 1048131) 2015-07-03 14:25:56 +02:00
Jonathan Kew
49ae873623 Bug 1177076 - patch 4 - Reftests for logical and physical caption-side placement. r=dholbert 2015-07-03 11:37:50 +01:00
Jonathan Kew
69e22e37f0 Bug 1177076 patch 3 - Change the initial value of 'caption-side' from 'top' (physical) to 'block-start' (logical). r=heycam 2015-07-03 11:37:44 +01:00
Jonathan Kew
ed569034ea Bug 1177076 patch 2.1 - Annotate vertical-table-specified-width-2.html because it will assert in FinishReflowChild() due to unconstrained containerWidth. r=dholbert 2015-07-03 11:37:40 +01:00
Jonathan Kew
926c1bd0f3 Bug 1177076 patch 2 - Convert nsTableOuterFrame to work with logical coordinates. r=dholbert 2015-07-03 11:37:33 +01:00
Jonathan Kew
56a16aa2e5 Bug 1177076 patch 1 - Add logical values for the caption-side property (though not yet handled by layout code). r=heycam 2015-07-03 11:37:25 +01:00
Carsten "Tomcat" Book
95e600e32c Merge mozilla-central to mozilla-inbound 2015-07-03 12:11:22 +02:00
Carsten "Tomcat" Book
5f6a94ed1e merge mozilla-inbound to mozilla-central a=merge 2015-07-03 12:06:57 +02:00
Carsten "Tomcat" Book
84336e6405 merge fx-team to mozilla-central a=merge 2015-07-03 12:00:58 +02:00
Carsten "Tomcat" Book
4d91dfa7bc merge b2g-inbound to mozilla-central a=merge 2015-07-03 11:57:37 +02:00
Phil Ringnalda
6d43ab4967 Back out 12 changesets (bug 1177013) on suspicion of causing b2g emulator debug test bustage
CLOSED TREE

Backed out changeset 912aae0815f8 (bug 1177013)
Backed out changeset 3b6448172e50 (bug 1177013)
Backed out changeset 2af18bef5703 (bug 1177013)
Backed out changeset e6bf35115c11 (bug 1177013)
Backed out changeset 4d7f5205b60b (bug 1177013)
Backed out changeset f7de893911bc (bug 1177013)
Backed out changeset de79eba232f0 (bug 1177013)
Backed out changeset 978a77b60f2a (bug 1177013)
Backed out changeset f5b52fa19511 (bug 1177013)
Backed out changeset e14a7b70b6fa (bug 1177013)
Backed out changeset d0f5a3474659 (bug 1177013)
Backed out changeset bff9f07dad52 (bug 1177013)
2015-07-02 22:08:54 -07:00
B2G Bumper Bot
d4709cacf2 Bumping manifests a=b2g-bump 2015-07-02 21:07:41 -07:00
B2G Bumper Bot
96c9d34bea Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0312e33fddf5
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #30779 from eliperelman/bug-1179072

Bug 1179072 - Fixing missing metrics from console, waiting for Homescreen+System with B2G restart

========

https://hg.mozilla.org/integration/gaia-central/rev/c2b71d2b957c
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1179072 - Fixing missing metrics from console, waiting for Homescreen+System with B2G restart
2015-07-02 21:05:38 -07:00
Mike Shal
96d7f088e8 No bug - bump mozharness.json to 4d855a6835ed; a=RyanVM 2015-07-02 21:53:29 -04:00
B2G Bumper Bot
45bbb754b7 Bumping manifests a=b2g-bump 2015-07-02 18:17:33 -07:00
B2G Bumper Bot
16ac722063 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/828218bf43c6
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30781 from mwargers/1177553

Bug 1177553 - Fix failure in test_cost_control_data_alert_mobile.py

========

https://hg.mozilla.org/integration/gaia-central/rev/b32eacd5879c
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1177553 - Fix failure in test_cost_control_data_alert_mobile.py
2015-07-02 18:15:34 -07:00
Wes Kocher
f44218465a Merge m-c to fx-team, a=merge 2015-07-02 17:31:11 -07:00
Wes Kocher
6272b6f7d7 Merge m-c to b2ginbound, a=merge 2015-07-02 17:30:21 -07:00
B2G Bumper Bot
7e8415cd07 Bumping manifests a=b2g-bump 2015-07-02 17:19:54 -07:00
B2G Bumper Bot
a9917d603d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f3ac064d1172
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #30811 from ngokevin/master

Bug 1172197 - update marketplace packages for openmobile webactivity (master)

========

https://hg.mozilla.org/integration/gaia-central/rev/df8db80d9de6
Author: Kevin Ngo <ngoke@mozilla.com>
Desc: Bug 1172197 - update marketplace packages for openmobile webactivity
2015-07-02 17:17:54 -07:00
Wes Kocher
f33d58b6ee Merge inbound to central, a=merge 2015-07-02 17:14:49 -07:00
Wes Kocher
f7d8f83c7f Merge fx-team to central, a=merge 2015-07-02 17:01:12 -07:00