Commit Graph

228244 Commits

Author SHA1 Message Date
B2G Bumper Bot
7df893ef12 Bumping manifests a=b2g-bump 2015-02-08 23:04:06 -08:00
B2G Bumper Bot
26e47db6a5 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4cd5507f1c0d
Author: EragonJ (E.J.) <eragonj@eragonj.me>
Desc: Merge pull request #28049 from EragonJ/bug-1130621

Bug 1130621 - Fix wifi-hotspot security position in RTL languages

========

https://hg.mozilla.org/integration/gaia-central/rev/26aeb4a41018
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1130621 - Fix wifi-hotspot security position in RTL languages

========

https://hg.mozilla.org/integration/gaia-central/rev/712f155961db
Author: EragonJ (E.J.) <eragonj@eragonj.me>
Desc: Merge pull request #28045 from EragonJ/bug-1130307

Bug 1130307 - Fix RTL problems in download manager

========

https://hg.mozilla.org/integration/gaia-central/rev/331ee334ea4d
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1130307 - Fix RTL problems in download manager
2015-02-08 23:03:49 -08:00
Edgar Chen
d461c0dfe0 Bug 1123624 - Part 3: Fix test_ril_system_messenger.js. r=bevis 2015-02-06 14:26:55 +08:00
Terrence Cole
c5f76bd296 Bug 1130226 - Part 2: Rename MAYBEGC to EAGER_ALLOC_TRIGGER and fix some improper uses; r=jonco
--HG--
extra : rebase_source : 2e2e79921503fda34f7904eaa2566fb761e8a88d
2015-02-05 17:41:56 -08:00
Terrence Cole
7ae9f17971 Bug 1130226 - Part 1: Rename gcIfNeeded to gcIfRequested; r=sfink
--HG--
extra : rebase_source : 054638761c132347b67f74b0569baac06478cd85
2015-02-05 17:41:35 -08:00
Tooru Fujisawa
804bd8d92e Bug 1130860 - Implement all of EscapeRegExpPattern instead of just escaping forward slashes. r=till 2015-02-10 02:04:43 +09:00
Tooru Fujisawa
f312ba90e2 Bug 1130798 - Return "(?:)" for source of RegExp with empty pattern. r=till 2015-02-10 02:04:41 +09:00
Tooru Fujisawa
e59f4fda4b Bug 1120169 - Implement RegExp.prototype.{global, ignoreCase, multiline, source, sticky, unicode}. r=till 2015-02-10 02:04:30 +09:00
Ben Hearsum
2954109db4 merge heads 2015-02-09 11:43:32 -05:00
Boris Zbarsky
0869f8ba2c Bug 1127501. Treat external interfaces as only being exposed in Window in Web IDL bindings. r=peterv 2015-02-09 11:42:27 -05:00
Boris Zbarsky
dfbff1d2f0 Bug 1130364. Fix the handling of nestingLevel to actuall increment it more than once. r=peterv 2015-02-09 11:42:27 -05:00
Boris Zbarsky
0d58dbbaf9 Bug 1127341. If we make our codegen for a binding depend on the exposure set of an interface argument to one of the binding's methods, we need to adjust the dependency set of the binding accordingly, so we'll regenerate if the exposure set changes. r=khuey 2015-02-09 11:42:26 -05:00
Ben Hearsum
2cac83c364 Merge heads. 2015-02-09 11:41:21 -05:00
Brian Hackett
6eb8b84db4 Bug 1130849 - Rename jsinfer files, r=jandem.
--HG--
rename : js/src/jsinferinlines.h => js/src/vm/TypeInference-inl.h
rename : js/src/jsinfer.cpp => js/src/vm/TypeInference.cpp
rename : js/src/jsinfer.h => js/src/vm/TypeInference.h
2015-02-09 09:20:25 -07:00
Ben Hearsum
6326bb5c6d bug 1121160: Release automation support for split-apk builds - add release mozconfigs for split apk builds. r=mfinkle,rnewman 2015-02-09 10:26:13 -05:00
Paul Adenot
2119a23cf6 Bug 1125804 - Remove the mixer callback when failing to open an audio stream when switching to an audio driver. r=jesup 2015-02-09 14:43:55 +01:00
Paul Adenot
68db274ab2 Bug 1123768 - Backout bug 1108455 to avoid truncating the end of audio streams on Vista+. r=kinetik 2015-02-09 14:43:03 +01:00
Paul Adenot
e9ac689033 Bug 1127213 - Fix various issues with the device change notification in the WASAPI cubeb backend. r=kinetik
This patch does the following:
- Introduces an owned_critical_section object to be able to assert that a
  current thread owns a critical section
- Change the auto_lock to use the above, add auto_unlock (basically like the
  Gecko AutoEnter/AutoExit things)
- Fix an issue during audio output device switch where the clock would use the
  old sample rate. Apparently I did not notice this because my headset and the
  sound card on this laptop have the same rate
- Check that we could acquire a device_enumerator in the ctor before
  deallocating in the dtor, as that can happen if a ton of streams are running at
  once (I had this issue running the full mochitest suite)
- Stop getting another device_enumator in unregister_notification_client, fixing a leak
- Assert that setup_wasapi_stream and close_wasapi_stream are called with the lock held, this was the cause of the crash for this bug
- Make close_wasapi_stream clear out its state to make sure setup_wasapi_stream
  and close_wasapi_stream are called in the right order (especially, not two
  setup_wasapi_stream without close in between, since that would leak stuff)
- In wasapi_stream_destroy, unregister the notification client before destroying
  the CRITICAL_SECTION (this was the cause of a crash I duped against this bug)
2015-02-09 14:42:43 +01:00
Paul Adenot
d14cafacf6 Bug 1125804 - Remove the mixer callback when failing to open an audio stream when switching to an audio driver. r=jesup 2015-02-09 14:43:55 +01:00
James Graham
e10e26c257 Bug 1131091 - Disable CSP test causing frequent oranges on a CLOSED TREE 2015-02-09 16:10:48 +00:00
Carsten "Tomcat" Book
cfbcf68e03 Backed out changeset 2f46afa97421 (bug 1127213) for another bustage on a CLOSED TREE 2015-02-09 16:51:14 +01:00
Bas Schouten
555ec83c49 Bug 1118322: Block explicitly for vblank when presenting when using WARP. r=jrmuizel 2015-02-09 16:35:48 +01:00
Carsten "Tomcat" Book
da71f4402a Backed out changeset 0813db72fe3e (bug 1125804) for bustage on a CLOSED TREE 2015-02-09 16:26:28 +01:00
Paul Adenot
4f8d3e1d1b Bug 1127213 - Fix various issues with the device change notification in the WASAPI cubeb backend. r=kinetik
This patch does the following:
- Introduces an owned_critical_section object to be able to assert that a
  current thread owns a critical section
- Change the auto_lock to use the above, add auto_unlock (basically like the
  Gecko AutoEnter/AutoExit things)
- Fix an issue during audio output device switch where the clock would use the
  old sample rate. Apparently I did not notice this because my headset and the
  sound card on this laptop have the same rate
- Check that we could acquire a device_enumerator in the ctor before
  deallocating in the dtor, as that can happen if a ton of streams are running at
  once (I had this issue running the full mochitest suite)
- Stop getting another device_enumator in unregister_notification_client, fixing a leak
- Assert that setup_wasapi_stream and close_wasapi_stream are called with the lock held, this was the cause of the crash for this bug
- Make close_wasapi_stream clear out its state to make sure setup_wasapi_stream
  and close_wasapi_stream are called in the right order (especially, not two
  setup_wasapi_stream without close in between, since that would leak stuff)
- In wasapi_stream_destroy, unregister the notification client before destroying
  the CRITICAL_SECTION (this was the cause of a crash I duped against this bug)
2015-02-09 14:42:43 +01:00
Joshua Cranmer
97fb09553f Bug 1127882: Sort the unified files list before splitting into multiple files, r=nfroyd
--HG--
extra : rebase_source : da8309728d29ed3a51d11536f962cf9255fb6f4f
2015-02-09 08:45:15 -06:00
Jonathan Kew
442f276a75 Bug 1130231 - Reftest for left/right padding on button contents with direction=rtl. r=smontagu 2015-02-09 14:40:25 +00:00
Jonathan Kew
89bc833f01 Bug 1130231 - Properly logicalize the implementation of padding on button contents. r=smontagu 2015-02-09 14:40:23 +00:00
Carsten "Tomcat" Book
065c45db61 Backed out changeset a372a90a9475 (bug 1119126) for gaia-js-integration-8 failures 2015-02-09 15:33:24 +01:00
Carsten "Tomcat" Book
9bc83a0c77 Backed out changeset 88c746188a40 (bug 1125934) for rc6 test failures 2015-02-09 15:28:41 +01:00
Jim Mathies
f629e1435b Bug 1127378 - When tabs close notify PluginWidgetChild earlier in shutdown. Prevents PluginWidgetProxy messages sent to dead parent actors triggering content process aborts. r=akotz 2015-02-03 13:58:32 -06:00
David Anderson
c7d9088574 Remove apz.subframe.enabled and assume it is always true. (bug 1128761, r=kats) 2015-02-03 15:02:04 -08:00
David Anderson
58ba368415 If APZ is enabled, do not handle wheel-event scrolling in layout. (bug 1126090, r=smaug) 2015-02-03 14:40:38 -08:00
David Anderson
5ebfb2b4af Add an ancient Radeon driver to the gfx blocklist. (bug 1118695, r=jrmuizel) 2015-02-03 14:27:07 -08:00
David Anderson
d4b93595b2 Make debugging whole-layer invalidation slightly easier. (bug 1128752, r=mattwoodrow) 2015-02-03 14:18:44 -08:00
Tom Schuster
cc19f22ff6 Bug 1111785 - Test for Array.isArray with a proxy. r=Waldo 2015-02-03 22:54:57 +01:00
Matt Woodrow
440b48b397 Bug 1124543 - Handle invalidating mask changes correctly. r=roc 2015-02-04 10:39:59 +13:00
Benjamin Bouvier
23fd336769 Bug 1123404: Disable temporarily bitselect-select.js SIMD test; r=Waldo
--HG--
extra : rebase_source : 5e56d9b6c80d176413b6bbd0100ffa0b7a0b7810
2015-02-03 22:20:50 +01:00
Ryan VanderMeulen
bdd93101b0 Merge m-c to inbound. a=merge
--HG--
rename : dom/bluetooth2/bluedroid/BluetoothUtils.cpp => dom/bluetooth2/BluetoothUtils.cpp
rename : dom/bluetooth2/bluedroid/BluetoothUtils.h => dom/bluetooth2/BluetoothUtils.h
extra : rebase_source : c31f688477f77deabfb949e6de2e42c3531c4161
2015-02-03 16:18:11 -05:00
Chris Pearce
385bd136a2 Bug 1123535 - Make dormant ResetPlayback assertion more lenient. r=jwwang 2015-02-04 10:17:28 +13:00
Ryan VanderMeulen
0f487b9d20 Merge inbound to m-c. a=merge 2015-02-03 16:04:22 -05:00
Sotaro Ikeda
5ef6468a3c Bug 1112519 - Clear mDropVideoUntilNextDiscontinuity when we do not seek r=cpearce 2015-02-03 12:53:12 -08:00
B2G Bumper Bot
fce5c6e061 Bumping manifests a=b2g-bump 2015-02-03 11:17:03 -08:00
B2G Bumper Bot
46b4e1e401 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/86761fe02255
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #27882 from eliperelman/bug-1128605

Bug 1128605 - Bumping gaia-raptor

========

https://hg.mozilla.org/integration/gaia-central/rev/b7a823e2dd01
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1128605 - Bumping gaia-raptor
2015-02-03 11:15:11 -08:00
Terrence Cole
816cf8228a Bug 1128108 - Do not start post-barrier verification when GGC is disabled; r=jonco 2015-02-03 09:12:44 -08:00
Robert Longson
6e8baeacce Bug 1128281 - Pass strokeOptions to getGeometryBounds. r=jwatt 2015-02-03 18:36:32 +00:00
Bill McCloskey
f213a3d144 Bug 1126245 - Add test (r=bent) 2015-02-03 09:20:50 -08:00
Bill McCloskey
76a5104fdb Bug 1126245 - [e10s] Don't crash when opening new tabs from closed windows (r=bent) 2015-02-03 09:20:46 -08:00
B2G Bumper Bot
5802a6cbf6 Bumping manifests a=b2g-bump 2015-02-03 06:36:58 -08:00
B2G Bumper Bot
74e0f64072 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/22e05df0fce1
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1119688 - merge pull request #27823 from millermedeiros:1119688-text-selection to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/9e82eaaaf46b
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1119688 - [TextSelection] Calendar event view cursors not adjustable
2015-02-03 06:35:13 -08:00
Carsten "Tomcat" Book
72894937b3 Merge mozilla-central to b2g-inbound 2015-02-03 15:31:37 +01:00