Commit Graph

173771 Commits

Author SHA1 Message Date
Bill McCloskey
3bf0611bcb Bug 984037 - Make sure we respect the general.autoScroll pref (r=felipe) 2014-03-18 08:00:33 -07:00
Felipe Gomes
ad707c964f Bug 862519 - [e10s] Better handling of key commands also handled by content (r=smaug) 2014-03-18 08:00:28 -07:00
Bill McCloskey
85565ab3bd Bug 978610 - [e10s] Make window.close() work (r=felipe) 2014-03-18 07:58:02 -07:00
Ryan VanderMeulen
9bb96ede35 Bug 940203 - Annotate test_bug622558.html as 0-1 assertions on Windows.
CLOSED TREE
2014-03-18 10:34:29 -04:00
Simon Sapin
6a56bcdf93 Bug 984241: Refactor/optimize grid-template-areas, store number of columns. r=dholbert
In the parsing code for grid-template-areas:

* Move some of the processing into the helper function,
  so that the grid-template will not have to duplicate it.

* Store the number of parsed columns (and rows),
  as they will affect the size of the "explicit grid".

* Use a hash table instead of a linear scan to avoid O(n²)-ish complexity.
2014-03-18 22:05:49 +08:00
Chris AtLee
5c62923c97 Bug 984061: Make package-tests safe with -j >1 r=glandium 2014-03-18 10:06:27 -04:00
Ryan VanderMeulen
133c953e95 Backed out changeset cabe6efe4de8 (bug 945363) for xpcshell failures. 2014-03-18 09:59:46 -04:00
Ryan VanderMeulen
d7cff948d8 Backed out changeset da7618484006 (bug 965373) for asserts and crashes. 2014-03-18 09:30:31 -04:00
Ryan VanderMeulen
ce67ea4434 Bug 981720 - Upgrade SQLite to version 3.8.4.1 - Mozilla changes. r=mak 2014-03-18 08:50:26 -04:00
Ryan VanderMeulen
d231b69501 Bug 981720 - Upgrade SQLite to version 3.8.4.1 - SQLite changes. r=mak 2014-03-18 08:50:26 -04:00
Nils Ohlmeier [:drno]
bc5397115e Bug 966569 - Improve the the log messages in case the internal TURN TCP buffer over flow. r=bwc 2014-03-18 08:39:54 -04:00
Viktor Stanchev
9cc233f514 Bug 965373 - When the profiler stops it doesn't stop the EventTracer thread. r=BenWa, r=froydnj 2014-03-18 08:39:54 -04:00
Jed Parsons
0d6948e518 Bug 945363 - Ensure that FXA RPs provide an onlogout handler. r=ferjm 2014-03-13 21:26:19 -07:00
Georg Koppen
a4473a3cda Bug 942091 - Generate browser.manifest deterministically. r=glandium 2014-03-18 08:39:54 -04:00
Nicolas Silva
85b1390416 Bug 980647 - Part 1 - Move the compositor's texture recycling startegy behind a pool interface. r=Cwiiis 2014-03-12 17:28:47 +01:00
Jan de Mooij
16fc1b4d48 Bug 984293 - Poison Yarr code in release builds. r=cpeterson 2014-03-18 13:09:21 +01:00
Rick Eyre
e293689a8c Bug 983207 - Tracks created through a TrackElement should have a default mode of 'disabled'. r=cpearce
- I've refactored the way we set modes as well, making it a part
of the TextTrack ctors.
- I've also changed TextTracks in the track tests to have their
mode set to 'hidden' in order to be able to call TextTrack::Cues.
This is correct since TextTracks with a mode of 'disabled' do not
return null for their cue lists.
2014-03-13 13:18:06 -04:00
Georg Koppen
a8c7f9dbde Bug 982075 - Make addEntriesToListFile() in buildlist.py deterministic. r=ted 2014-03-18 08:04:11 -04:00
JW Wang
2a84991524 Bug 907162 - Fix MediaDecoderStateMachine might dispatch MediaDecoder::PlaybackEnded more than once and trigger multiple 'ended' events in HTMLMediaElement. r=cpearce 2014-03-17 10:12:20 +08:00
Rik Cabanier
2cf6558c0b Bug 830734 - Add tests for path object in canvas. r=roc 2014-03-18 08:03:19 -04:00
Rik Cabanier
f0b9b7d32e Bug 830734 - Implement Path primitives. r=roc 2014-03-18 08:03:06 -04:00
Hiroyuki Ikezoe
6d53ad178c Bug 901198 - Set download_block_table explicitly for testing applications. r=mmc 2014-03-18 10:46:34 +00:00
Andrea Marchesini
2ce402673a Bug 984629 - Remove dom/workers/Console.cpp, r=khuey 2014-03-18 09:16:57 +00:00
Cameron McCormack
ebea0dc776 Bug 950436 - Store ImageValues that resulted from re-parsing a nsCSSValueTokenStream on that object. r=dbaron 2014-03-18 20:11:14 +11:00
Chris Lord
cc52f8edb5 Bug 950050 - Use EXTERNAL for gralloc texture targets on SGX. r=nical 2014-03-18 08:12:40 +00:00
Chris Lord
f641bc93ff Bug 874950 - Don't let fixed position content occlude displayports. r=tn
Don't let opaque fixed position items occlude display items that are in
display ports and thus may be asynchronously scrolled.
2014-03-17 23:39:59 +00:00
Makoto Kato
d846379c7f Bug 982298 - crash in mozilla::ScrollFrameHelper::ScrollToImpl by findAgain. r=roc 2014-03-18 16:35:28 +09:00
Botond Ballo
5242db2420 Bug 983208 - Workaround for composition bounds being wrong on android. r=tnikkel
Go back to using widget bounds. The root content document on android is a child document but it's treated like a root document in many ways. Do this until we can do what would technically be correct.
2014-03-17 12:16:05 -04:00
Phil Ringnalda
ad1ba8b946 Back out f79690ca47fa:48828b35e4ce (bug 982318) for b2g mochitest bustage
CLOSED TREE
2014-03-18 00:02:24 -07:00
Phil Ringnalda
c042f4ffc2 Back out a2e5b6d2f31a (bug 866528) for gaia-unit bustage 2014-03-17 22:53:54 -07:00
Cameron McCormack
d4ca54ecda Bug 984739 - Make nsCSSValue::StartImageLoad assume |new ImageValue| is infallible. r=dbaron 2014-03-18 16:49:51 +11:00
Phil Ringnalda
2d258bbc33 Merge m-c to m-i 2014-03-17 22:45:27 -07:00
Phil Ringnalda
6ad457bbc6 Merge f-t to m-c 2014-03-17 22:42:42 -07:00
Phil Ringnalda
4aefd66434 Merge m-i to m-c 2014-03-17 22:38:12 -07:00
Matthew Noorenberghe
d1e08f3b75 Bug 984170 - Inherit the text colour and font-weight of OS X bookmarks on a toolbar. r=Gijs ui-r=shorlander
--HG--
extra : rebase_source : 70a7d566902b31764b0e037cb740b5f25b21e9e5
2014-03-17 17:33:11 -07:00
Nick Alexander
6e8b4ef60d No bug - Fix warnings. r=trivial
DONTBUILD

--HG--
extra : amend_source : 6805921db1e6afa164b2b3ac066bf08b3ec17a4a
2014-03-17 17:41:57 -07:00
Rail Aliiev
83ab49a94c Bug 962187 - Tracking bug for 17-mar-2014 migration work. Bump b2g version. r=aki CLOSED TREE 2014-03-17 18:42:09 -04:00
Mozilla Release Engineering
502e4c0b0e Tagging for mozilla-central version bumps CLOSED TREE DONTBUILD NO BUG 2014-03-17 14:01:45 -07:00
Mozilla Release Engineering
cdee0ebf4a backout changeset 4811c0f6bf3f; script generated wrong tag 2014-03-17 14:01:21 -07:00
Mozilla Release Engineering
198567e0a0 Merging in version bump NO BUG CLOSED TREE DONTBUILD 2014-03-17 13:48:08 -07:00
Mozilla Release Engineering
1469371f84 Added tag FIREFOX_AURORA_30_BASE-m, Tagging for mozilla-central version bumps CLOSED TREE DONTBUILD for changeset 83c9853e1364 2014-03-17 13:35:18 -07:00
Ryan VanderMeulen
63076e2d70 Merge inbound to m-c. 2014-03-17 13:16:53 -04:00
Ryan VanderMeulen
b1ea0b0fab Merge fx-team to m-c. 2014-03-17 13:12:50 -04:00
Ryan VanderMeulen
accd0be99b Merge b2g-inbound to m-c. 2014-03-17 13:09:05 -04:00
Ryan VanderMeulen
bfd07a820b Bug 983927 - Update pdf.js to version 0.8.1181. r=bdahl, r=Mossop 2014-03-17 12:09:54 -04:00
B2G Bumper Bot
542cd06382 Bumping manifests a=b2g-bump 2014-03-17 08:58:11 -07:00
B2G Bumper Bot
64a9014ecf Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f5280df8a66c
Author: Mike Habicher <mikeh@mozilla.com>
Desc: Merge pull request #17209 from mikeaich/bug975513_2

Bug 975513 - explicitly add/remove 'devicemotion' event listeners on Camera app focus/blur, r=jdarcangelo

========

https://hg.mozilla.org/integration/gaia-central/rev/74a975429d40
Author: Mike Habicher <mikeh@mozilla.com>
Desc: Bug 975513 - explicitly add/remove 'devicemotion' event listeners on Camera app focus/blur
2014-03-17 08:58:00 -07:00
Ben Kelly
2c9e2bda88 Bug 980027: Part 3: Add compositor priority prefs to b2g.js. r=gsvelto,benwa 2014-03-17 11:52:43 -04:00
Ben Kelly
7f977c56ba Bug 980027: Part 2: Set compositor thread priority to platform-based value. r=benwa 2014-03-17 11:52:42 -04:00
Ben Kelly
07881c0521 Bug 980027: Part 1: Provide mechanism to set thread priority via HAL. r=gsvelto 2014-03-17 11:52:42 -04:00