Commit Graph

255964 Commits

Author SHA1 Message Date
Carsten Book
0e7b827e97 Bug 1190353 - "Touch Clobber to fix Bug 1190180". r=tomcat a=tomcat 2015-08-03 05:41:00 +02:00
Carsten "Tomcat" Book
4260a3acc8 Backed out changeset d093c57c6835 (bug 1186748) for causing Bug 1190180 2015-08-03 14:36:14 +02:00
Carsten "Tomcat" Book
a09f37f3fd Backed out changeset 207c45dd3c2e (bug 1187664) 2015-08-03 14:35:14 +02:00
Carsten "Tomcat" Book
537a4e43e1 Backed out changeset 695b89efecfa (bug 1187664) 2015-08-03 14:35:09 +02:00
Carsten "Tomcat" Book
7619ff17a3 Backed out changeset 2238409de271 (bug 1188780) 2015-08-03 14:35:03 +02:00
Carsten "Tomcat" Book
88663c4035 Backed out changeset b8eacfe11fc5 (bug 1186748) 2015-08-03 14:34:57 +02:00
Carsten "Tomcat" Book
e016c33f6e merge mozilla-inbound to mozilla-central a=merge 2015-08-03 13:56:39 +02:00
Carsten "Tomcat" Book
2fc78a9c11 merge fx-team to mozilla-central a=merge 2015-08-03 13:53:35 +02:00
Carsten "Tomcat" Book
d3fe43d640 merge b2g-inbound to mozilla-central a=merge 2015-08-03 12:47:58 +02:00
Carsten "Tomcat" Book
a36be276a2 Backed out changeset b821b18a1bfb (bug 1189550) for breaking GU Tests 2015-08-03 09:38:27 +02:00
Carsten "Tomcat" Book
c9902a75bc Backed out changeset 4e3821b236f9 (bug 1175770) 2015-08-03 09:37:54 +02:00
Bob Owen
f2e95303a1 Bug 1189352: Fix NSPR_LOG_FILE with absolute paths for sandboxed child on Windows. r=bbondy 2015-08-03 07:58:43 +01:00
Masayuki Nakano
ed1af44398 Bug 1050644 part.2 Hack ITextStoreACP::GetTextExt()'s offset for some Chinese TIPs of MS r=emk 2015-08-03 15:15:30 +09:00
Masayuki Nakano
8e0a022516 Bug 1050644 part.1 Add methods to check whether the active TIP is Chinese TIP which deosn't show candidate window in e10s mode r=emk 2015-08-03 15:15:30 +09:00
Masayuki Nakano
bc1da58279 Bug 1187566 TSFTextStore::Content should compute mMinTextModified Offset only with the latest composition string and original composition string, and also the hack should be enabled on Win10 r=emk 2015-08-03 15:15:30 +09:00
L. David Baron
2bc4edbca0 Backed out changeset f24dbdeeaef1 (Bug 1187851 patch 1) for reflow counting failures in Gaia integration tests apps/system/test/marionette/edges_gesture_test.js and apps/system/test/marionette/homescreen_navigation_test.js . 2015-08-02 22:35:28 -07:00
L. David Baron
3e99b50ca7 Backed out changeset 5dcb38c7f1b8 (Bug 1187851 patch 2) for reflow counting failures in Gaia integration tests apps/system/test/marionette/edges_gesture_test.js and apps/system/test/marionette/homescreen_navigation_test.js . 2015-08-02 22:34:49 -07:00
L. David Baron
117833e7c4 Bug 1187851 patch 2 - Rename nsChangeHint_AddOrRemoveTransform to nsChangeHint_UpdateContainingBlock. r=roc 2015-08-02 21:03:09 -07:00
L. David Baron
6d69ebfdfe Bug 1187851 patch 1 - Make dynamic changes to filter and perspective change fixed position containing block for descendants. r=roc
Note that this now uses AddAndRemoveTransform hints for changes that are
other than adding and removing a transform.  Since there's still a
little bit of transform-related stuff there too (which I did make
conditional), I figure it's probably best to leave the name as-is,
although I'd be open to renaming it as well.

As expected, without the patch, the filter and perspective tests fail,
but the added transform test passes.  All the tests pass locally with
the patch.
2015-08-02 21:03:09 -07:00
L. David Baron
1e265de04a Bug 538194 patch 2 - Redo block reflow below floats when the height of a block that does not intersect floats pushes it into the way of other floats. r=roc
This adds an additional retry loop in block reflow that we can only
trigger when reflowing a block formatting context (replacedBlock
non-null).  It can retry in two different ways, either with a narrower
width but at the same vertical position (when
ReplacedBlockFitsInAvailSpace is still true) or at a new vertical
position (which is treated as a form of clearance).

Fortunately we don't have to worry about margins collapsing *through*
such a boundary since we're dealing with a new block formatting context.

Note that Chromium passes all of the new bfc-displace-* tests, although
it moves the block formating context down unnecessarily in
bfc-shrink-1.html (which we do neither before nor after the patch),
though agrees with the width we have after the patch (but not before the
patch).
2015-08-02 21:03:09 -07:00
L. David Baron
88915cde1f Bug 538194 patch 1 - Refactor some code dealing with fitting block formatting contexts around floats into separate functions. r=roc 2015-08-02 21:03:09 -07:00
L. David Baron
693242d7f1 Bug 1189605 - Fix over-indentation of a few parts of nsIDOMWindowUtils.idl. r=khuey
IGNORE IDL
2015-08-02 21:03:08 -07:00
Kartikaya Gupta
fef03e9d58 Bug 1188172 - Don't update the resolution/SPCSPS for meta-viewport changes before the first-paint. r=botond 2015-08-02 22:50:54 -04:00
Makoto Kato
64c1db5f1a Bug 830801 - Part 3. Remove NOMINMAX define from cpp source. r=mshal 2015-08-03 10:07:20 +09:00
Makoto Kato
e92450872e Bug 830801 - Part 2. Remove NOMINMAX define from moz.build. r=mshal 2015-08-03 10:07:09 +09:00
Makoto Kato
ac65acb4a4 Bug 830801 - Part 1. Set NOMINMAX define as default. r=mshal 2015-08-03 10:05:05 +09:00
Bobby Holley
a0b4e69160 Bug 1167215 - Re-apply CompositeUntil calls when we get a new batch of textures. r=roc 2015-08-02 17:36:42 -07:00
Bobby Holley
772b07e3af Bug 1167215 - Composite on every vsync until the scheduled one. r=roc 2015-08-02 17:36:42 -07:00
Bill McCloskey
fa560649ba Bug 1175770 - New extension API (r=Mossop) 2015-08-02 17:29:55 -07:00
Bill McCloskey
b0ad0cc207 Bug 1189550 - In parent process, cpmm.initialProcessData should be same as ppmm.initialProcessData (r=smaug) 2015-08-02 17:29:55 -07:00
Shu-yu Guo
a82eeaf5ef Bug 1179063 - Cleanup: remove useless pn_index. (r=me) 2015-08-02 15:11:39 -07:00
Shu-yu Guo
7623305623 Bug 1182730 - Followup: only mark the JitcodeGlobalMap when profiling is on. (r=djvj) 2015-08-02 15:11:39 -07:00
B2G Bumper Bot
a3307bc501 Bumping manifests a=b2g-bump 2015-08-02 12:37:36 -07:00
B2G Bumper Bot
9bf5cb9b16 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4a0216037684
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #31205 from julienw/1190151-run-make-node-modules

Bug 1190151 - [bin/gaia-test] Run "make node_modules" before running …

========

https://hg.mozilla.org/integration/gaia-central/rev/ad5dae6bab74
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1190151 - [bin/gaia-test] Run "make node_modules" before running the server r=ricky
2015-08-02 12:35:37 -07:00
B2G Bumper Bot
a902a6e32c Bumping manifests a=b2g-bump 2015-08-02 02:48:12 -07:00
B2G Bumper Bot
319cced64c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cc37327ec619
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #30703 from julienw/1177165-run-tests-gdb

Bug 1177165 - Provide a way to run the test runner in gdb r=ricky

========

https://hg.mozilla.org/integration/gaia-central/rev/9e4eff6d6079
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1177165 - Provide a way to run the test runner in gdb r=ricky
2015-08-02 02:46:13 -07:00
B2G Bumper Bot
d24b4618da Bumping manifests a=b2g-bump 2015-08-01 12:08:05 -07:00
B2G Bumper Bot
f1a2333011 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1189176 - [Autolander] Update tasks for recent changes

========

https://hg.mozilla.org/integration/gaia-central/rev/d70a309ec1e2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1189176 - [Autolander] Update tasks for recent changes r=kgrandon
2015-08-01 12:06:06 -07:00
ffxbld
250a2cff29 No bug, Automated HPKP preload list update from host bld-linux64-spot-317 - a=hpkp-update 2015-08-01 03:34:19 -07:00
ffxbld
4d748c510a No bug, Automated HSTS preload list update from host bld-linux64-spot-317 - a=hsts-update 2015-08-01 03:34:17 -07:00
B2G Bumper Bot
31d65246a1 Bumping manifests a=b2g-bump 2015-07-31 20:28:08 -07:00
Alexander Ploner
306e056e49 Bug 1101807 - Implement OS X Yosemite text field’s fine dropshadow for the Awesomebar and Search bar. r=dao 2015-08-01 04:03:59 +02:00
B2G Bumper Bot
ad445fecee Bumping manifests a=b2g-bump 2015-07-31 17:47:30 -07:00
B2G Bumper Bot
7839982c9f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1185269 - [Settings] Convert radio controls to use gaia-radio

========

https://hg.mozilla.org/integration/gaia-central/rev/dbaa8a888f5e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1185269 - [Settings] Convert radio controls to use gaia-radio r=gasolin
2015-07-31 17:45:31 -07:00
B2G Bumper Bot
1eb67e805f Bumping manifests a=b2g-bump 2015-07-31 17:23:08 -07:00
Wes Kocher
c15ee73d9b Merge m-c to b2ginbound, a=merge 2015-07-31 17:15:16 -07:00
B2G Bumper Bot
8820196bb6 Bumping manifests a=b2g-bump 2015-07-31 16:58:04 -07:00
B2G Bumper Bot
ca20676c4e Bumping manifests a=b2g-bump 2015-07-31 16:32:32 -07:00
B2G Bumper Bot
ebc67fecb0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/19710fcc3a62
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #31199 from zbraniecki/bug-1104667-callscreen-l10n

Bug 1104667 - Remove the LazyL10n code and refactor the callscreen to use modern L10n primitives r=drs,gandalf

========

https://hg.mozilla.org/integration/gaia-central/rev/ccf582f7b0d9
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1104667 - Remove the LazyL10n code and refactor the callscreen to use modern L10n primitives r=drs,gandalf
2015-07-31 16:30:33 -07:00
B2G Bumper Bot
9ece2611a3 Bumping manifests a=b2g-bump 2015-07-31 15:44:03 -07:00