Commit Graph

200317 Commits

Author SHA1 Message Date
Ed Morley
74d6fa680a Backed out changeset 143ae44587b2 (bug 559505) for xperf failures 2014-08-20 17:10:05 +01:00
Botond Ballo
46d015c1af Bug 1039992 - Gtests for overscroll handoff. r=kats 2014-08-19 19:57:22 -04:00
Ms2ger
2908280aa1 Bug 1056138 - Move checks for the PutForwards and Replaceable extended attributes into the WebIDL parser; r=bz
In fact, the WebIDL parser already checks for PutForwards, so the check in the
codegen was superfluous.
2014-08-20 17:31:39 +02:00
Markus Stange
7030974fef Bug 1055585 - Add nsITheme::NeedToClearBackgroundBehindWidget and create nsDisplayClearBackground if the theme needs it for a widget. r=roc 2014-08-20 17:26:11 +02:00
Markus Stange
49e7e5c7bd Bug 1055585 - Call nsDisplayList::SetNeedsTransparentSurface when adding a display item that NeedToForceTransparentSurfaceForItem to a layer. r=roc 2014-08-20 17:25:19 +02:00
Markus Stange
0113ba6a30 Bug 1055585 - Make nsDisplayClearBackground force drawing into a transparent surface. r=roc 2014-08-20 17:24:39 +02:00
Markus Stange
5f21c0ed00 Bug 1055585 - Support OP_SOURCE blend mode in CompositorOGL. r=mattwoodrow 2014-08-20 17:23:57 +02:00
Markus Stange
000d7be674 Bug 1055585 - Add nsDisplayClearBackground. r=roc 2014-08-20 17:16:41 +02:00
Markus Stange
c1e7e1d0f7 Bug 1015721 - Add test. r=jimm 2014-08-20 17:14:58 +02:00
Markus Stange
bcf21ad33f Bug 1015721 - Detect zoom changes by listening for ZoomChangeUsingMouseWheel events instead of DOMMouseScroll events. r=dao 2014-08-20 17:13:35 +02:00
Markus Stange
a561581570 Bug 1015721 - Add ZoomChangeUsingMouseWheel event. r=smaug 2014-08-20 17:12:02 +02:00
Markus Stange
4d646c80b3 Bug 1047828 - Don't reserve any space for a non-existing fullscreen button on Mac OS 10.10. r=smichaud 2014-08-20 17:10:33 +02:00
Markus Stange
aab13c0713 Bug 1042331 - Call [super drawWithFrame:inView:] when drawing the focus ring mask for searchfields in order to get the correct shape. r=smichaud 2014-08-20 17:09:44 +02:00
Daniel Holbert
ed48874d45 Bug 1053035: Don't give <body> its own scroll frame, when it's styled as 'flex' or 'grid' and we've propagated its scrollability to the viewport. r=mats 2014-08-20 08:01:32 -07:00
Ting-Yu Lin
0fdbd536e5 Bug 1054889 - Update images for touch caret and selection carets. r=roc, f=mtseng, ui-r=chuang
Update images provided in bug 1024930, and make touch caret uses the
same images as selection carets.
2014-08-19 01:34:00 -04:00
JW Wang
9658bcdcdf Bug 1054828 - Add logs to MediaDecoderStateMachine for debugging. r=cpearce 2014-08-20 03:26:00 -04:00
Harshit Harchani
2487087b88 Bug 1051221 - Changed way to remove 'view-souce:' in URL using regex-replace instead of substring, used while saving the MathML source page. r=MattN 2014-08-20 04:30:17 +05:30
Douglas Crosher
79e343f51e Bug 1050254 - OdinMonkey: Place NaN in the global data and load from here to free the NANReg. r=luke 2014-08-13 01:12:00 +10:00
Benjamin Chen
ec334a3fa8 Bug 1033912 - Fix nits and coding style. r=cpearce 2014-08-19 16:14:46 +08:00
Benjamin Chen
5f3d506440 Bug 1033912 - Separate MediaTaskQueues for the video/audio decoding. r=cpearce, r=brsun 2014-08-20 18:17:38 +08:00
chiajung hung
981893619b Bug 1002823 - [Stingray] Add a new kind of image layer without graphic buffer for overlaying video input. r=nical 2014-08-18 22:14:00 -04:00
Roberto A. Vitillo
1f842452fc Bug 559505 - Deprecate localstore.rdf and replace it with xulstore. r=enn, sr=bsmedberg 2014-08-19 10:31:00 -04:00
Ed Morley
89146cacef Merge mozilla-central and inbound 2014-08-20 15:19:09 +01:00
Ed Morley
30ed9ba40d Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-20 15:14:31 +01:00
Qeole
19a307aa10 Bug 1040905 - Passing GMP plugin filename as a UTF-8 string. r=bsmedberg 2014-08-20 10:13:25 -04:00
Ed Morley
83a5064ff2 Merge latest green b2g-inbound changeset and mozilla-central; a=merge 2014-08-20 14:46:55 +01:00
Ed Morley
636cd76343 Merge latest green inbound changeset and mozilla-central; a=merge 2014-08-20 14:26:11 +01:00
Nicolas B. Pierron
a99dc20155 Bug 977966 - Disable split().join() optimization. r=till 2014-08-20 14:30:40 +02:00
Aryeh Gregor
2d81442a4a Bug 1055032 part 5 - Rename InsertElementTxn to InsertNodeTxn and clean up; r=ehsan
--HG--
rename : editor/libeditor/InsertElementTxn.cpp => editor/libeditor/InsertNodeTxn.cpp
rename : editor/libeditor/InsertElementTxn.h => editor/libeditor/InsertNodeTxn.h
2014-08-20 15:25:17 +03:00
Aryeh Gregor
3636d3f3ed Bug 1055032 part 4 - Clean up DeleteTextTxn and friends; r=ehsan 2014-08-20 15:25:16 +03:00
Aryeh Gregor
a039a183da Bug 1055032 part 3 - Use cleaned-up nsEditor::CreateNode; r=ehsan 2014-08-20 15:25:16 +03:00
Aryeh Gregor
a3528223d8 Bug 1055032 part 2 - Clean up nsEditor::CreateNode; r=ehsan 2014-08-20 15:25:16 +03:00
Aryeh Gregor
2617e03750 Bug 1055032 part 1 - Clean up nsEditor::MoveNode; r=ehsan 2014-08-20 15:25:16 +03:00
Aryeh Gregor
bfd4d7f023 Bug 1054735 part 3 - Clean up nsEditor::InsertContainerAbove; r=ehsan 2014-08-20 15:25:16 +03:00
Aryeh Gregor
4e466e080d Bug 1054735 part 2 - Clean up nsEditor::RemoveContainer; r=ehsan 2014-08-20 15:25:16 +03:00
Aryeh Gregor
b22c792652 Bug 1054735 part 1 - Clean up nsAutoReplaceContainerSelNotify; r=ehsan 2014-08-20 15:25:16 +03:00
Makoto Kato
8ea4442831 Bug 1050660 - Don't call removeChild immediately after calling setVisible. r=khuey 2014-08-20 20:25:44 +09:00
Makoto Kato
1b50138724 Bug 1050660 - setInputMethodActive doesn't sometimes work when switching IME after boot. r=fabrice 2014-08-20 20:24:47 +09:00
Jan de Mooij
9e377a03c6 Bug 1055758 - rm Ion CompilerRoot infrastructure. r=bhackett
--HG--
extra : rebase_source : 73d4b369b240436d0c2cc95a9f40cac783c6adb5
2014-08-20 12:18:49 +02:00
B2G Bumper Bot
3f3d12b31b Bumping manifests a=b2g-bump 2014-08-20 02:56:30 -07:00
B2G Bumper Bot
6828c9cbd1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/03a4bc3b7d10
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #23064 from mnjul/bug_1055908_add_missing_test_for_1035117

Bug 1055908 - Add missing unit-tests for bug 1035117. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/524d27f447db
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1055908 - Add missing unit-tests for bug 1035117
2014-08-20 02:50:32 -07:00
B2G Bumper Bot
f6209c3fd1 Bumping manifests a=b2g-bump 2014-08-20 02:26:23 -07:00
B2G Bumper Bot
97acd60f04 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8974079e1168
Author: chirarobert <robert.chira@softvision.ro>
Desc: Merge pull request #23068 from viorelaioia/bug_1055951

Bug 1055951 - [Flame][v2.1] test_settings_wifi.py :: Element cannot be f...

========

https://hg.mozilla.org/integration/gaia-central/rev/7dbf664df58e
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 1055951 - [Flame][v2.1] test_settings_wifi.py :: Element cannot be found and cannot connect to specific network failed

========

https://hg.mozilla.org/integration/gaia-central/rev/38a3ade25fde
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #23016 from gasolin/issue-973449

Bug 973449 - [settings] refactor Do not track panel with AMD pattern, r=eragon

========

https://hg.mozilla.org/integration/gaia-central/rev/77681751a267
Author: gasolin <gasolin@gmail.com>
Desc: Bug 973449 - [settings] refactor Do not track panel with AMD pattern
2014-08-20 02:20:31 -07:00
Makoto Kato
8894cd9e6a Bug 1049379 - Remove dangerous public destructor into mobile/android. r=nchen 2014-08-20 18:11:00 +09:00
B2G Bumper Bot
1595fd4d93 Bumping manifests a=b2g-bump 2014-08-20 01:52:01 -07:00
Randell Jesup
cf1cedb73a Bug 1052169: Ignore decode-complete callbacks during OMX decoder shutdown r=jhlin 2014-08-20 04:39:44 -04:00
John Daggett
6a8be967a3 Bug 1055931 - bump up priority of Hiragino Kaku Gothic for symbol fallback. r=mkato 2014-08-20 16:54:38 +09:00
John Daggett
ac15ab77f4 Bug 975744 - unprefix font-feature-settings and font-language-override in tests. r=jfkthame 2014-08-20 16:54:37 +09:00
John Daggett
80c7dbced9 Bug 975744 - remove font features pref and enable features by default. r=dbaron 2014-08-20 16:54:35 +09:00
John Daggett
2e46cd0be1 Bug 1041951 - reftests for font-variant shorthand. r=jfkthame 2014-08-20 16:54:33 +09:00