Commit Graph

355084 Commits

Author SHA1 Message Date
Boris Zbarsky
e74e09a7f2 Bug 993889 part 6. Remove the "scope" argument of dom::WrapObject methods. r=bholley 2014-04-10 00:58:43 -04:00
Boris Zbarsky
5a6f899f61 Bug 993889 part 5. Remove the "creator" argument of the version of TypedArray::Create that takes a JSObject* creator. r=bholley 2014-04-10 00:58:42 -04:00
Boris Zbarsky
7523e50082 Bug 993889 part 4. Remove the scope argument of xpc_FastGetCachedWrapper. r=bholley 2014-04-10 00:58:42 -04:00
Boris Zbarsky
16f349e12a Bug 993889 part 3. Remove the scope argument of the classinfo WrapNative methods. r=bholley 2014-04-10 00:58:42 -04:00
Boris Zbarsky
2105713bd6 Bug 993889 part 2. Remove the duplicated WrapNative methods in HTMLAllCollection. r=bholley 2014-04-10 00:58:42 -04:00
Boris Zbarsky
a0bb95a823 Bug 993889 part 1. Remove "scope" argument from nsContentUtils::WrapNative. r=bholley 2014-04-10 00:58:41 -04:00
L. David Baron
41b3c0a541 Bug 992324 patch 2 - Disable interruptible reflow in reftest harness. r=bzbarsky
Without this patch, mInterruptsEnabled is frequently (although not
always) initialized to true in nsPresContext::ReflowStarted while
running reftests; with the patch it is always initialized to false.
2014-04-09 21:47:58 -07:00
L. David Baron
79c1dfbc4f Bug 992324 patch 1 - Add a pref to disable interruptible reflow. r=bzbarsky 2014-04-09 21:47:58 -07:00
L. David Baron
a33c62e8cd Bug 991928 - Make warning about wrapping XUL boxes chrome-only. r=bzbarsky 2014-04-09 21:47:57 -07:00
L. David Baron
3bd0b3b614 Bug 993747 - nsAppRunner.cpp should use NS_FREE_PERMANENT_DATA rather than making up its own variant of the same concept. r=karlt 2014-04-09 21:47:57 -07:00
L. David Baron
6b72d8a8ba No bug - Add paragraph about the size of reftests. 2014-04-09 21:47:57 -07:00
Ryan VanderMeulen
c59c631795 Backed out changeset c81707878977 (bug 974197) for Gaia integration test failures on a CLOSED TREE. 2014-04-09 22:14:13 -04:00
Ryan VanderMeulen
fd1b9be733 Merge m-c to inbound on a CLOSED TREE. 2014-04-09 19:11:24 -04:00
Myk Melez
bd0792fc0c Bug 994216 - ensure desktop INI file parent directory exists to fix bustage on CLOSED TREE; r=marco"
--HG--
extra : amend_source : d72cf290cc27d2cc6baa3d68611192167c45fd8f
2014-04-09 14:20:59 -07:00
Benjamin Bouvier
686726f0a6 Bug 944392: Remove reference to PRThread in Tracelogger.h to reenable tracelogging compilation, on a CLOSED TREE; r=h4writer over irc 2014-04-09 18:16:40 +02:00
Jeff Muizelaar
ce89644fdc Bug 994101. Allow skia content on windows.
--HG--
extra : rebase_source : 7afdd908a24e7a9e4757af4dcb15f3dce792aa9c
2014-04-09 10:40:44 -04:00
Geoff Brown
8b4092834b Bug 967704 - Update reftest manifests for Android 2.3; r=me 2014-04-09 08:38:45 -06:00
Geoff Brown
df1d237299 Bug 962676 - Reset expected assertion counts for Android crashtests; r=blassey 2014-04-09 08:38:44 -06:00
Hannes Verschore
216e7e7445 Bug 944392: Tracelogging: Fix --enable-nspr-build builds, r=bbouvier 2014-04-09 16:27:22 +02:00
Hannes Verschore
e789a312b0 Bug 944392: Tracelogging: Fix incorrect numbering of files, r=bbouvier 2014-04-09 16:27:18 +02:00
Neil Deakin
4fcc6f770f Bug 991542, draw windows drop shadows from panels in content shells, r=tn 2014-04-09 09:31:06 -04:00
Carsten "Tomcat" Book
f05a02bdf6 Backed out changeset 22feaebc0b2c (bug 821809) win8 debug jetpack-sdk test failures 2014-04-09 15:12:01 +02:00
Carsten "Tomcat" Book
7d3eabe04e Merge m-c to mozilla-inbound 2014-04-09 14:41:48 +02:00
Carsten "Tomcat" Book
d7dfb3c5c8 merge b2g-inbound to mozilla-central 2014-04-09 14:27:34 +02:00
Carsten "Tomcat" Book
df7124f116 merge fx-team to mozilla-central 2014-04-09 14:23:03 +02:00
Hannes Verschore
9d3237836f Bug 944392 - Tracelogging: Move to vm subdirectory, r=till,bbouvier
--HG--
rename : js/src/TraceLogging.cpp => js/src/vm/TraceLogging.cpp
rename : js/src/TraceLogging.h => js/src/vm/TraceLogging.h
2014-04-09 14:21:20 +02:00
Hannes Verschore
e704fa58d7 Bug 989152 - Tracelogging: Log the ion compilation passes, r=bhackett 2014-04-09 14:21:04 +02:00
Hannes Verschore
851fbf17f2 Bug 989152 - Tracelogging: Add support for TLLOG flags, r=till 2014-04-09 14:20:56 +02:00
Hannes Verschore
277007680b Bug 944706 - Tracelogging: Make it possible to flush an incomplete tree, r=bbouvier 2014-04-09 14:20:49 +02:00
Hannes Verschore
69f9e9cfcf Bug 944392 - Tracelogging: Land version 0.2, r=till,bbouvier 2014-04-09 14:20:39 +02:00
Carsten "Tomcat" Book
911eade81a merge mozilla-inbound to mozilla-central 2014-04-09 14:18:36 +02:00
Timothy Nikkel
66defc41fb Bug 987680. Change a reftest to expect scrollbars on top of non-positioned sibling content. Mark some other reftests as passing now. r=roc 2014-04-09 07:12:22 -05:00
Timothy Nikkel
3097606571 Bug 987680. Overlay scrollbars should be placed on top of content. r=roc
Bug 926292 accidentally put them in the background list if there were no positioned descendents they needed to be on top of it (because this was where non-overlay scrollbars went, which never made sense). If there are no positioned descendents overlay scrollbars should go on the top-most non-positioned list, which is outlines.
2014-04-09 07:12:21 -05:00
Jan de Mooij
f9f45af324 Bug 988993 - Ion-compile scripts with arrow functions. r=bhackett 2014-04-09 13:57:32 +02:00
Hannes Verschore
1508b14577 Bug 945512: IonMonkey: Make regexp only hoistable after analysis it is safe, r=sstangl 2014-04-09 13:16:20 +02:00
Gabor Krizsanits
74b2d314db Bug 821809 - Using nsExpandedPrincipal for jetpack content-scripts. r=rFobic 2014-04-09 11:52:24 +02:00
B2G Bumper Bot
a221dcd466 Bumping manifests a=b2g-bump 2014-04-09 01:02:49 -07:00
B2G Bumper Bot
82d5b6343a Bumping gaia.json for 30 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/82029fc5d70c
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #17885 from crh0716/975343

Bug 975343 - Show multiple phone numbers and iccids on dual sim devices r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/10878b39063e
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 975343 - Show multiple phone numbers and iccids on dual sim devices

========

https://hg.mozilla.org/integration/gaia-central/rev/2b9e9f9b377e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 993652 - Disable intermittent failing test, Places tests Search for previously visited URL

========

https://hg.mozilla.org/integration/gaia-central/rev/8ab0f2562ff7
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #17554 from DouglasSherk/984449-unify-sim-picker

Bug 984449 - [DSDS] Unify SIM picker HTML fragment and add build support for shared/elements/ r=francisco, julienw, rik, yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/781cfd42d84b
Author: DouglasSherk <github@sherk.me>
Desc: Bug 984449 - [DSDS] Unify SIM picker HTML fragment and add build support for shared/elements/ r=francisco, julienw, rik, yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/50d19c14c529
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #16625 from eeejay/bug-976630

Bug 976630 - [Settings] style non-current regions as hidden. r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/243667502c82
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 976630 - [Settings] Make non-current panels hidden.

========

https://hg.mozilla.org/integration/gaia-central/rev/6a3d135a6e1a
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #18057 from justindarc/bug991384

Bug 991384 - [camera][madai] HDR/Flash conflict messages missing

========

https://hg.mozilla.org/integration/gaia-central/rev/4ac8e06ace8d
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 991384 - [camera][madai] HDR/Flash conflict messages missing

========

https://hg.mozilla.org/integration/gaia-central/rev/fe3bcf15917b
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #17970 from hyunacho/bug991444

Bug 991444 - [camera][madai] geo-location dialogue not full screen in ca...

========

https://hg.mozilla.org/integration/gaia-central/rev/d2508c2f2e21
Author: hyuna.cho <hyuna.cho@lge.com>
Desc: Bug 991444 - [camera][madai] geo-location dialogue not full screen in camera

========

https://hg.mozilla.org/integration/gaia-central/rev/ace28cff7183
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #18055 from sfoster/patron-bambino-jet

Bug 987237 - Add option to display appIcon in cards; make screenshot pre...

========

https://hg.mozilla.org/integration/gaia-central/rev/beaf3cc6d4fa
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 987237 - Add option to display appIcon in cards; make screenshot preview in cards a settings option. r=alive

* New default/fallback icon for card view

* Use span for fallback cards view icon

* Move early return to ensure non-screenshot cards still get rotation class

* Implement cards view icon as overlay and fallback when screenshot setting is false, or retrieval fails

* Fix up getIconURI per bug 988128

* Add screenshot cards view setting to developer menu, with initial/default setting value as true

* Add tests for enabled and disabled screenshot handling in cards view

* Add some getIconURI tests

* Use SettingsListener to awatch screenshots.enabled setting; update test

========

https://hg.mozilla.org/integration/gaia-central/rev/9e6d58d2fb76
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #17813 from evanxd/bug-987351

Bug 987351 -  Migrate caldav_test.js to use new "view" code.

========

https://hg.mozilla.org/integration/gaia-central/rev/4bda52082601
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 987351 - Migrate caldav_test.js to use new "view" code.

========

https://hg.mozilla.org/integration/gaia-central/rev/5432828d0d4d
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #15985 from stasm/914414-l10njs-refactor

Bug 914414 - Refactor l10n.js. r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/d88aec90bb80
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 914414 - Refactor l10n.js. r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/d25cd9548857
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #17965 from dbaron/bug991927

Bug 991927 - Create new CustomEvent objects rather than caching them, to...

========

https://hg.mozilla.org/integration/gaia-central/rev/0093cefa6a88
Author: L. David Baron <dbaron@dbaron.org>
Desc: Bug 991927 - Create new CustomEvent objects rather than caching them, to avoid entraining their most recent target and preventing it from being GCed.

========

https://hg.mozilla.org/integration/gaia-central/rev/76b8a68e504c
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #17395 from svic/Bug_975268

Bug 975268: [System][NFC] Reset the screen idle timeout when a NFC tag/device is detected.

========

https://hg.mozilla.org/integration/gaia-central/rev/d52cf3a5465b
Author: Garner Lee <garner.lee@telekom.com>
Desc: Bug 975268: [System][NFC] Reset the screen idle timeout when a NFC tag/device is detected. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/c7a5a4ca2dbd
Author: Greg Weng <snowmantw@gmail.com>
Desc: Revert "Revert (manually revert) "Bug 933035 - [B2G][System][Lockscreen] The"

This reverts commit 86ff94b32e369a925b79ae16ced141c1ac36fc0e.

After confirmed this backout didn't help the bug,
I now reland the code back, and to see if it can solve the other bug
may cause by it (Bug 993281)

========

https://hg.mozilla.org/integration/gaia-central/rev/4376dd950071
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #17982 from lissyx/bug980701

Bug 980701 - Make sure we do not try to place more than two calls r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/4c772d1c28a6
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 980701 - Make sure we do not try to place more than two calls

We cannot open more than two lines, and mozTelephony is not able yet to
tell us that we are doing this. So we do a check ourself for now, and
bug 990472 should fix it at mozTelephony level.

========

https://hg.mozilla.org/integration/gaia-central/rev/affd87452ab8
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #18021 from steveck-chung/Browser-2.25X

Bug 983079 - [MADAI][Browser] @2.25x assets update for Browser r=benfrancis

========

https://hg.mozilla.org/integration/gaia-central/rev/5788053c7de6
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 983079 - [MADAI][Browser] @2.25x assets update for Browser

========

https://hg.mozilla.org/integration/gaia-central/rev/f9f5b64889dd
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #17677 from timdream/keyboard2-autocorrect-test

Bug 977451 - [keyboard refactor] Unit test for autocorrect.js and suggestions.js, r=janjongboom

========

https://hg.mozilla.org/integration/gaia-central/rev/997d4d58f1eb
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 977451 - [keyboard refactor] Unit test for autocorrect.js and suggestions.js

========

https://hg.mozilla.org/integration/gaia-central/rev/7ee9dc4e2556
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #18051 from benfrancis/959694-master2

Bug 959694 - Combine Rocketbar and statusbar r=alive r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/983471d44394
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 959694 - Combine Rocketbar and statusbar r=alive r=kgrandon
2014-04-09 01:01:12 -07:00
B2G Bumper Bot
01398d108a Bumping manifests a=b2g-bump 2014-04-09 00:42:52 -07:00
Henry Chang
9d6a75f8cb Bug 993732 - Should use renamed properties done by bug 988129. pending r=gene
Landed directly on mozilla-central in order to fix the Firefox OS bustage in today's build.
2014-04-09 15:42:47 +08:00
Aaron Klotz
025fed58f4 Bug 913653: Remove lock from IOInterposer and add IOInterposer thread registration; r=froydnj 2014-04-08 22:57:52 -06:00
Chris Pearce
6e3295989a Bug 993003 - Ensure we abort media load if IMFSourceReader creation fails. r=padenot 2014-04-09 16:45:32 +12:00
Chris Pearce
ba592ad56e Bug 992105 - Remember topics for screensaver lock in Windows WakeLockListener, so that toggling fullscreen while playing video doesn't prevent screen wakelock being unlocked. r=padenot 2014-04-09 16:45:00 +12:00
Matt Woodrow
3bfffe39dd Bug 991046 - Add some fuzzy to the test for windows 8. 2014-04-09 15:49:12 +12:00
Gregory Szorc
f9ca77bae1 NO BUG - Install RBTools 0.6
We were previously installing a pre-release of RBTools from Git. The
patches we were waiting on are now in RBTools 0.6. So, install the
released version from PyPI.

DONTBUILD (NPOTB)

--HG--
extra : rebase_source : 0c3c13c6e9ec24ae7ebcabe5b2e4fa64441b2332
2014-04-08 16:03:35 -07:00
Ryan VanderMeulen
f7f6976e6e Merge inbound to m-c. 2014-04-08 18:17:58 -04:00
Ryan VanderMeulen
e53b2c5ade Merge b2g-inbound to m-c. 2014-04-08 18:09:36 -04:00
Wes Johnston
7bfd5c5542 Bug 985400 - Post menu changes to UIThread to avoid issues with animatinos. r=lucasr 2014-04-08 12:14:40 -07:00
Michael Comella
b09904cfcc Bug 981872 - Replace sha-1 MessageDigest with NativeCrypto. r=nalexander 2014-04-08 11:44:38 -07:00
David Keeler
7271837f38 bug 990603 - test override for server certificate with basic constraints: CA=true r=briansmith 2014-04-08 09:51:45 -07:00