B2G Bumper Bot
2d80429c77
Bumping manifests a=b2g-bump
2014-03-18 06:31:06 -07:00
B2G Bumper Bot
bf7ca27ed2
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/de26ea683b3b
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 967516 - Enable DEVICE_DEBUG by default for non production builds r=ochameau" for mochitest failures
This reverts commit a5e89debd61767c741de756ced7b5ecae679799c.
2014-03-18 06:25:29 -07:00
B2G Bumper Bot
a3907da845
Bumping manifests a=b2g-bump
2014-03-18 05:51:49 -07:00
B2G Bumper Bot
3718aa9cc5
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0c51ef191d90
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #17278 from crdlc/bug-984410
Bug 984410 - Sync reflow in goToPage
========
https://hg.mozilla.org/integration/gaia-central/rev/a05eb969f061
Author: crdlc <crdlc@tid.es>
Desc: Bug 984410 - Sync reflow in goToPage
2014-03-18 05:50:29 -07:00
Sushil Chauhan
88d718eb70
Bug 981732 - HwcComposer2D should not compose any layer below full screen Opaque layer. r=dwilson
2014-03-17 11:51:26 -07:00
Fernando Jiménez
7d20b5a7ba
Bug 976002 - Build time flag to enable/disable FxA. r=fabrice, r=gps
2014-03-17 09:58:16 -07:00
Benjamin Chen
9d6b85b01a
Bug 979812 - Check the PlanarYCbCrImage data is valid. r=rillian
2014-03-17 14:57:10 +08:00
Doug Turner
29bdc30869
Bug 928217 - Remove IsCoreLocationAvailable() method because it does the wrong thing. r=smichaud@pobox.com
2014-03-16 19:54:04 -07:00
Bill McCloskey
3e0ce0ed16
Bug 862519 - [e10s] Better handling of key commands also handled by content (r=smaug)
2014-03-18 08:16:47 -07:00
Nicolas B. Pierron
611345673b
Bug 962555 part 6 - IonMonkey: Simplify encoding & decoding of RValueAllocations. r=h4writer
2014-03-18 08:31:24 -07:00
Nicolas B. Pierron
dbf878f683
Bug 962555 part 5 - IonMonkey: Move the RValueAllocation into an indexed buffer. r=h4writer
2014-03-18 08:31:24 -07:00
Nicolas Silva
adf3ac1906
Bug 984437 - Remove GrallocDeprecatedTextureHostOGL. r=sortaro
2014-03-18 16:29:07 +01:00
Bill McCloskey
d2bf506a1d
Back out bug 862519 on a CLOSED TREE
2014-03-18 08:14:47 -07:00
Brian Hackett
ecdbf6f6c8
Bug 972817 - Enable type inference unconditionally, r=jandem.
2014-03-18 09:05:16 -06:00
Bill McCloskey
cf346004ee
Bug 938019 - Run mochitests from manifests (r=ted,gps)
2014-03-18 08:03:51 -07:00
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