Commit Graph

168913 Commits

Author SHA1 Message Date
Jim Mathies
3ccc5b336d Bug 972608 - Update feedback charm entry strings. r=sfoster 2014-02-15 07:06:26 -06:00
ffxbld
b9dfc6f557 No bug, Automated HSTS preload list update from host bld-linux64-spot-071 - a=hsts-update 2014-02-15 03:20:10 -08:00
ffxbld
3b86d18d0f No bug, Automated blocklist update from host bld-linux64-spot-065 - a=blocklist-update 2014-02-15 03:17:42 -08:00
Vaibhav Agarwal
d109cb3fc7 Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-02-15 04:53:02 -05:00
Chris Pearce
2112c71d2f Bug 973139 - Don't treat EOS of one stream as EOS of all streams when decoding with GStreamer. r=alessandro.d 2014-02-15 22:32:12 +13:00
Panos Astithas
0aa0c2add2 Use the wrapped global to decide if we are in an xpcshell environment or not (bug 901930). r=vporof 2014-02-15 10:57:26 +02:00
Phil Ringnalda
bb47d34a53 Back out 024e6835e6ea:bece94ce2310 (bug 326743) for frequent 10.6 debug failures in browser_bug537013.js 2014-02-14 23:58:49 -08:00
L. David Baron
137229c984 Back out changeset dd1f8adbfecc (bug 480888 patch 4) for failing reftests 402338-1.html and 412352-2.html on Android and B2G only. 2014-02-14 23:45:31 -08:00
Bobby Holley
bb7e5e5083 Bug 968003 - Return null for frameElement with a cross-origin parent. r=bz 2014-02-14 22:39:34 -08:00
Bobby Holley
c163a63a57 Bug 968460 - Use the incumbent global for nsGlobalWindow::GetCallerGlobal and remove JS_GetScriptedGlobal. r=bz 2014-02-14 22:39:33 -08:00
Bobby Holley
263626e418 Bug 968335 - Tests. r=bz 2014-02-14 22:36:44 -08:00
Bobby Holley
aa566f93a5 Bug 968335 - Implement Cu.getWebIDLCallerPrincipal. r=bz 2014-02-14 22:36:44 -08:00
Bobby Holley
c1aac455ec Bug 968335 - Implement GetCallerPrincipalOverride. r=bz 2014-02-14 22:36:44 -08:00
Bobby Holley
1ec39fdc0c Bug 968335 - Make Auto{Entry,Incumbent}Global inherit ScriptSettingsStackEntry. r=bz
This will allow us to downcast from a stack entry to an AutoEntryGlobal, and
thereby get at the AutoCxPusher.
2014-02-14 22:36:43 -08:00
Bobby Holley
3a1fc50dc9 Bug 968335 - Use an AutoCxPusher directly in Auto{Entry,Incumbent}Global. r=bz
This will let us ask whether the AutoCxPusher is stack-top.
2014-02-14 22:36:43 -08:00
Bobby Holley
d927d55f46 Bug 968335 - Add an API to determine if a given AutoCxPusher corresponds to the stack-top cx push. r=bz
This patch, and those following, are part of an epic quest to make this API
work properly despite the fact that we don't yet have GetEntryGlobal. See
the comment a few patches forward.
2014-02-14 22:36:43 -08:00
Bobby Holley
868969d535 Bug 968335 - Add accessors to the script settings stack entries themselves, not just the globals. r=bz 2014-02-14 22:36:43 -08:00
Bobby Holley
82bb2b3581 Bug 923904 - Tests. r=mccr8
We land these before actually landing bug 923904, because we want to build the
tests for bug 968335 on top of the same infrastructure.
2014-02-14 22:36:43 -08:00
L. David Baron
64fce4b117 Bug 480888 patch 4: Draw outline around the union of border boxes, SVG, and text, rather than the visual overflow area. r=roc
At the same time, move the handling of outlines on inlines that contain
blocks earlier, so that we factor it into the stored frame property (and
thus have the stored frame property) and so that we include it
accurately in the overflow calculation.
2014-02-14 21:29:13 -08:00
L. David Baron
7ed7e8ed86 Bug 480888 patch 3: Refactor a common pattern into a FrameMaintainsOverflow helper function. r=roc 2014-02-14 21:29:13 -08:00
L. David Baron
56df9ce565 Bug 480888 patch 2: Remove always-true aStoreRectProperties parameter to ComputeEffectsRect. r=roc 2014-02-14 21:29:12 -08:00
L. David Baron
e4a5561d0e Bug 480888 patch 1: Rename ComputeOutlineAndEffectsRect to ComputeEffectsRect. r=roc 2014-02-14 21:29:12 -08:00
L. David Baron
37a69f000f Bug 541855: Add in the error tolerance before calling the timing function, so that we allow more error for steeper functions, and less error for most. r=dholbert 2014-02-14 21:29:12 -08:00
L. David Baron
e7fb9a0468 Bug 972088: Make nsIFrame::Preserves3DChildren not call nsStyleDisplay::HasTransform (pure refactoring). r=mattwoodrow
The purpose of this change is to make the code less confusing (since it's not clear to me why one would check HasTransform here), and in general to reduce the number of callers of HasTransform, since HasTransform is a complicated check that checks too many things and probably isn't the right thing for many of its callers (see, e.g., bug 968555).

This is pure refactoring because:
 (1) We're calling HasTransform only if mTransformStyle is
     NS_STYLE_TRANSFORM_STYLE_PRESERVE_3D.
 (2) HasTransform can return false for either of two reasons:
     (a) because HasTransformStyle is false, which cannot be the case
         here because HasTransformStyle checks mTransformStyle, and we
         already know that check passes because of (1)
     (b) because IsFrameOfType(nsIFrame::eSupportsCSSTransforms) is
         false.
This means that we can replace the HasTransform check with solely the
IsFrameOfType check.
2014-02-14 21:29:12 -08:00
L. David Baron
20ae29ccff Backed out changeset 31bc303caa56 (bug 970578) for failing to compile on many platforms, on a CLOSED TREE. 2014-02-14 20:55:41 -08:00
Brian Smith
47db3c7a3c Bug 896620: Revert deletion of security/build/b2g-app-root-cert.der, which was intended for bug 972201, r=me (thanks Ehsan) 2014-02-14 19:45:58 -08:00
Ryan VanderMeulen
7084acc6af Bug 970290 - Disable test_browserElement_NoPref.html and test_browserElement_NoWhitelist.html on B2G for frequent failures. 2014-02-14 21:08:37 -05:00
B2G Bumper Bot
302c6ffd3e Bumping manifests a=b2g-bump 2014-02-14 17:05:57 -08:00
B2G Bumper Bot
6963616753 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f17cd16252b9
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #16335 from jonallengriffin/0216

Bug 973121 - Bump gaiatest to 0.21.6, r=wlach

========

https://hg.mozilla.org/integration/gaia-central/rev/e5ec4b2a19d2
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 973121 - Bump gaiatest to 0.21.6, r=wlach

========

https://hg.mozilla.org/integration/gaia-central/rev/fa1d16c4eee1
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #16333 from vingtetun/bug972957-v2

Bug 972957 - [Messages] Remove some css warnings. r=rwaldron

========

https://hg.mozilla.org/integration/gaia-central/rev/c3c62ece840a
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 972957 - [Messages] Remove some css warnings. r=rwaldron

========

https://hg.mozilla.org/integration/gaia-central/rev/737930e7b014
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #16332 from vingtetun/bug969827

Bug 969827 - Map a preference to a Gaia setting to configure the jank th...

========

https://hg.mozilla.org/integration/gaia-central/rev/8d882656408e
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 969827 - Map a preference to a Gaia setting to configure the jank threshold. r=janx
2014-02-14 17:00:10 -08:00
Margaret Leibovic
0bb29d55c8 Bug 963561 - Split testHomeBanner into smaller test methods. r=mcomella 2014-02-14 16:51:44 -08:00
Margaret Leibovic
7a20c8c753 Bug 963561 - Test case for new home banner dismiss handler. r=mcomella 2014-02-14 16:51:44 -08:00
Margaret Leibovic
ffcbc96f17 Bug 963561 - Notify Home.banner consumers when a message is dismissed. r=wesj 2014-02-14 16:51:43 -08:00
B2G Bumper Bot
796d64bd5c Bumping manifests a=b2g-bump 2014-02-14 16:26:00 -08:00
B2G Bumper Bot
5d4bde2427 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/67f55b80d8d8
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #16327 from mcav/vibrate

Bug 971162 - [B2G][Clock][Alarm] Clock alarm has vibration when alarm vi...

========

https://hg.mozilla.org/integration/gaia-central/rev/a2a7aa107f42
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 971162 - [B2G][Clock][Alarm] Clock alarm has vibration when alarm vibration is set to off. r=gaye
2014-02-14 16:20:11 -08:00
B2G Bumper Bot
e5a624923c Bumping manifests a=b2g-bump 2014-02-14 16:00:58 -08:00
B2G Bumper Bot
a70568df40 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ee7126fb6032
Author: punamdahiya <punamdahiya@yahoo.com>
Desc: Merge pull request #16312 from dominickuo/bug-972742

Bug 972742 - [Music] Handle mozNfc api correctly

========

https://hg.mozilla.org/integration/gaia-central/rev/ad61b22f4dbb
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 972742 - [Music] Handle mozNfc api correctly
2014-02-14 15:55:11 -08:00
B2G Bumper Bot
2182a3b080 Bumping manifests a=b2g-bump 2014-02-14 15:11:02 -08:00
B2G Bumper Bot
bf7b1785eb Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/742818009039
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #16315 from dmarcos/bug960611+bug958200

Bug960611+bug958200

========

https://hg.mozilla.org/integration/gaia-central/rev/593f19a43268
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 958200 - [Camera] Update Camera app to use new CameraControl API

========

https://hg.mozilla.org/integration/gaia-central/rev/6a16d0c35340
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 960611 - [Camera] Create mechanism to save/load user settings
2014-02-14 15:05:10 -08:00
Mike Habicher
a28ebb99d1 Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus 2014-02-14 17:41:07 -05:00
Brian Smith
83e4eaa908 Bug 896620: Make marketplace certs work on in all products, r=keeler
--HG--
extra : source : 86ec7137a8892f75918c77e605df970f5b96ef62
extra : histedit_source : 33326790804d49e6ec658626116ebf870d94d445
2014-02-14 14:37:07 -08:00
Michael Wu
51354fbadb Bug 972623 - Fix string comparison in PeerConnectionImpl.cpp, r=ekr 2014-02-14 17:16:12 -05:00
B2G Bumper Bot
83b995b8bb Bumping manifests a=b2g-bump 2014-02-14 14:16:08 -08:00
B2G Bumper Bot
5af7e31ea3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/801dd51ab903
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #16252 from mcav/jslint-clock

Bug 972463 - [Clock] jslintify all the things. r=millermedeiros

========

https://hg.mozilla.org/integration/gaia-central/rev/2cb0082c5bc0
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 972463 - [Clock] jslintify all the things. r=millermedeiros
2014-02-14 14:15:13 -08:00
B2G Bumper Bot
447bfeea4e Bumping manifests a=b2g-bump 2014-02-14 13:55:58 -08:00
B2G Bumper Bot
3d8d53ee69 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e9dbd79459ee
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #16324 from vingtetun/bug969544

Bug 969544 - Toggling the highlighted class of a keyboard key create ref...

========

https://hg.mozilla.org/integration/gaia-central/rev/cab98ec3a5ef
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 969544 - Toggling the highlighted class of a keyboard key create reflow. r=djf
2014-02-14 13:50:10 -08:00
B2G Bumper Bot
5629de01f1 Bumping manifests a=b2g-bump 2014-02-14 13:31:00 -08:00
B2G Bumper Bot
676d8b744f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cf4cef589d40
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #16328 from vingtetun/bug963499.jank

Bug 963499 - Add a JS jank watcher to the Developer HUD. r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/d92c9166b5cf
Author: Jan Keromnes <janx@linux.com>
Desc: Bug 963499 - Add a JS jank watcher to the Developer HUD. r=vingtetun
2014-02-14 13:25:10 -08:00
Ryan VanderMeulen
512d78f365 Merge m-c to b2g-inbound 2014-02-14 15:32:34 -05:00
Ryan VanderMeulen
bed56c488f Merge inbound to m-c. 2014-02-14 15:21:12 -05:00
B2G Bumper Bot
90362f515a Bumping manifests a=b2g-bump 2014-02-14 11:40:55 -08:00