Commit Graph

178768 Commits

Author SHA1 Message Date
John Daggett
300a504645 Bug 964613 - check userfont sets for enabled/disabled local fonts when platform fontlist changes occur. r=jfkthame 2014-04-17 23:17:22 +09:00
Mats Palmgren
700f57423f Bug 613659 - Fix B2G build error. r=me 2014-04-17 13:55:12 +00:00
Birunthan Mohanathas
623dc45b86 Bug 997208 - Remove unnecessary nullptr checks before deleting in content/media. r=cajbir 2014-04-17 09:23:16 -04:00
Vincent Chen
f5f42ada38 Bug 981477 - Re-enable globally-disabled reftests on B2G that actually pass. r=ahal 2014-04-17 09:23:16 -04:00
Andrew Church
91c6e90e48 Bug 981281 - Ctrl+left/right arrow skips words with leading/trailing punctuation with layout.word_select.stop_at_punctuation=false. r=mats
test3/test4 are copies of test1/test2 tweaked for stop_at_punctuation=false.
2014-04-17 09:23:16 -04:00
Benjamin Bouvier
889c393859 Bug 996881: Inherit 'use strict' directive when calling toSource/toString for asm.js modules; r=luke
--HG--
extra : rebase_source : 63ed080e38be66583c205d930b147bb1e2c66d2c
2014-04-17 14:06:50 +02:00
Kartikaya Gupta
14f314c049 Bug 995411 - Update clobber file to fix bustage. r=bustage on a CLOSED TREE 2014-04-17 08:20:12 -04:00
Mats Palmgren
f1f2785553 Bug 613659 - Minor whitespace fixes. r=cam 2014-04-17 12:11:08 +00:00
Mats Palmgren
9307008d19 Bug 613659 - Change mode-lines and indentation to 2-space indent. r=cam 2014-04-17 12:11:08 +00:00
Mats Palmgren
d6da8d555e Bug 613659 - Reftests for box-decoration-break. r=cam 2014-04-17 12:11:08 +00:00
Mats Palmgren
6d5228d24b Bug 613659 - Remove remaining vestiges of -moz-background-inline-policy. r=cam 2014-04-17 12:11:08 +00:00
Mats Palmgren
36fbe11cd8 Bug 613659 - Implement box-decoration-break layout for backgrounds. r=cam,jmuizelaar
--HG--
rename : layout/reftests/backgrounds/background-size-each-box.html => layout/reftests/backgrounds/background-size-clone.html
rename : layout/reftests/backgrounds/background-size-cover-each-box.html => layout/reftests/backgrounds/background-size-cover-clone.html
rename : layout/reftests/backgrounds/background-size-cover-continuous.html => layout/reftests/backgrounds/background-size-cover-slice.html
rename : layout/reftests/backgrounds/background-size-continuous.html => layout/reftests/backgrounds/background-size-slice.html
2014-04-17 12:11:07 +00:00
Mats Palmgren
1bbabc9e26 Bug 613659 - Implement box-decoration-break layout for border/box-shadow and paddding/margin for inlines. r=cam 2014-04-17 12:11:07 +00:00
Mats Palmgren
c90bfe1387 Bug 613659 - Add "skip sides" and border/frame size parameters to GetBorderRadii(). Add an inline convenience method for the old signature. r=cam 2014-04-17 12:11:07 +00:00
Mats Palmgren
61a893d1b4 Bug 613659 - Implement box-decoration-break in the style system. r=cam 2014-04-17 12:11:07 +00:00
Carsten "Tomcat" Book
f5d5b17a94 Backed out changeset b032a90ee083 (bug 983489) for m-e10s test failures 2014-04-17 14:04:26 +02:00
Nathan Froyd
e38e98bd67 Bug 997291 - remove write-only gInspectee variables from devtools server tests; r=jmaher 2014-04-16 13:21:20 -04:00
Nathan Froyd
40ddcd294f Bug 995995 - set testing prefs to redirect to the test proxy server for RSS feeds; r=jmaher 2014-04-15 17:14:51 -04:00
Nathan Froyd
14f4fdbed9 Bug 996031 - remove 455407.html crashtest; r=dholbert
The bug that this test was intended to test seems transient, according to
testing with nightlies around the time the bug was filed.  Additionally,
the test connects to external servers, which is frowned upon and will soon
be forbidden.
2014-04-15 16:31:51 -04:00
Nathan Froyd
fbe336ac76 Bug 996019 - fix browser_bug435325.js to not connect to example.com; r=ehsan 2014-04-15 16:14:10 -04:00
Kartikaya Gupta
e7e7d59c58 Bug 995411 - Move various pieces of APZ code into gfx/layers/apz. r=jrmuizel,botond
--HG--
rename : gfx/layers/ipc/GeckoContentController.h => gfx/layers/apz/public/GeckoContentController.h
rename : gfx/layers/composite/APZCTreeManager.cpp => gfx/layers/apz/src/APZCTreeManager.cpp
rename : gfx/layers/composite/APZCTreeManager.h => gfx/layers/apz/src/APZCTreeManager.h
rename : gfx/layers/ipc/AsyncPanZoomController.cpp => gfx/layers/apz/src/AsyncPanZoomController.cpp
rename : gfx/layers/ipc/AsyncPanZoomController.h => gfx/layers/apz/src/AsyncPanZoomController.h
rename : gfx/layers/ipc/Axis.cpp => gfx/layers/apz/src/Axis.cpp
rename : gfx/layers/ipc/Axis.h => gfx/layers/apz/src/Axis.h
rename : gfx/layers/ipc/GestureEventListener.cpp => gfx/layers/apz/src/GestureEventListener.cpp
rename : gfx/layers/ipc/GestureEventListener.h => gfx/layers/apz/src/GestureEventListener.h
rename : gfx/layers/ipc/TaskThrottler.cpp => gfx/layers/apz/src/TaskThrottler.cpp
rename : gfx/layers/ipc/TaskThrottler.h => gfx/layers/apz/src/TaskThrottler.h
rename : widget/xpwidgets/APZCCallbackHelper.cpp => gfx/layers/apz/util/APZCCallbackHelper.cpp
rename : widget/xpwidgets/APZCCallbackHelper.h => gfx/layers/apz/util/APZCCallbackHelper.h
rename : widget/xpwidgets/ActiveElementManager.cpp => gfx/layers/apz/util/ActiveElementManager.cpp
rename : widget/xpwidgets/ActiveElementManager.h => gfx/layers/apz/util/ActiveElementManager.h
2014-04-17 07:54:25 -04:00
Kartikaya Gupta
4121958127 Bug 997383 - Avoid using the base namespace since it causes problems in unified builds. r=nical 2014-04-17 07:53:36 -04:00
Andrea Marchesini
baa0b5fd67 Bug 969201 - HTMLLinkElement sizes attribute, f=ms2ger, r=bz 2014-04-17 12:50:54 +01:00
Carsten "Tomcat" Book
760e3a1408 Merge m-c to mozilla-inbound 2014-04-17 12:53:05 +02:00
Carsten "Tomcat" Book
d82efc25b4 merge b2g-inbound to mozilla-central 2014-04-17 12:50:37 +02:00
Carsten "Tomcat" Book
c55de21cc3 merge fx-team to mozilla-central 2014-04-17 12:49:25 +02:00
Carsten "Tomcat" Book
3e5d12c5f8 merge mozilla-inbound ot mozilla-central 2014-04-17 12:47:30 +02:00
B2G Bumper Bot
a5a72e89fb Bumping manifests a=b2g-bump 2014-04-17 00:32:32 -07:00
B2G Bumper Bot
c76b85b4e8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/35bd8bfb0ee9
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #18353 from DimiL/master

Bug 996869 - Join hidden network gives error. r=crh0716

========

https://hg.mozilla.org/integration/gaia-central/rev/10195d72ddea
Author: dlee <dlee@mozilla.com>
Desc: Bug 996869 - Join hidden network gives error.
2014-04-17 00:25:45 -07:00
B2G Bumper Bot
7deb8764ab Bumping manifests a=b2g-bump 2014-04-17 00:16:28 -07:00
B2G Bumper Bot
b27d9cbb86 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a1f704f12277
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #18403 from kaichih/Bug-996549

Bug 996549 - Wifi Hotspot settings SSID network name should NOT accept m...

========

https://hg.mozilla.org/integration/gaia-central/rev/5b8e5f4e1c36
Author: Kevin Hu <kaichih.hu@gmail.com>
Desc: Bug 996549 - Wifi Hotspot settings SSID network name should NOT accept more than 32 chars
2014-04-17 00:10:41 -07:00
B2G Bumper Bot
07f1c22c7d Bumping manifests a=b2g-bump 2014-04-17 00:06:25 -07:00
B2G Bumper Bot
f7eb66b26c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a9ca4fe1b8b5
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #18077 from comoyo/bug993390

Bug 993390 - Don't do a sync reflow if we just cleared the element. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/88886b5f06e8
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 993390 - Don't do a sync reflow if we just cleared the element
2014-04-17 00:00:38 -07:00
Carsten "Tomcat" Book
4686dd905a Backed out changeset ce1fe33d58a0 (bug 997014) for mochitest m-1 orange on a CLOSED TREE 2014-04-17 08:44:04 +02:00
Carsten "Tomcat" Book
672c8c479e Backed out changeset 20b75bf44c1e (bug 997014) 2014-04-17 08:43:43 +02:00
Carsten "Tomcat" Book
4ac228efe3 Backed out changeset 39296ccf8936 (bug 997014) 2014-04-17 08:43:41 +02:00
Carsten "Tomcat" Book
2b04bd5c8a Backed out changeset 29ed3c34af5e (bug 997014) 2014-04-17 08:43:40 +02:00
Carsten "Tomcat" Book
710a34c84c Backed out changeset 8681fc7a918b (bug 997014) 2014-04-17 08:43:38 +02:00
Carsten "Tomcat" Book
f86de035db Backed out changeset 6ba917df6b41 (bug 997014) 2014-04-17 08:43:35 +02:00
Shawn Huang
c5c8ab722d Bug 994411 - [bluez] Ignore pending MO call index, while making MO call with bluetooth headset, r=echou 2014-04-17 14:26:35 +08:00
Robert Strong
814c9d492f Updated 7Zip sfxthat include moz modifications - Bug 995891 - Reduce stub installer install timeouts. r=me 2014-04-16 22:44:08 -07:00
Robert Strong
fd73d4daf0 Updated 7Zip moz modifications to sfx code - Bug 995891 - Reduce stub installer install timeouts. r=tabraldes 2014-04-16 22:43:30 -07:00
Robert Strong
85bb39a4da Updated 7Zip sfx - Bug 396050 - [7zip] Unnecessary Button provided by the 7-Zip SEA (self extracting archive). r=bbondy 2014-04-16 22:42:37 -07:00
Robert Strong
dd85c6a955 Updated 7Zip moz modifications to sfx code - Bug 396050 - [7zip] Unnecessary Button provided by the 7-Zip SEA (self extracting archive). r=bbondy 2014-04-16 22:42:15 -07:00
B2G Bumper Bot
b9098ab258 Bumping manifests a=b2g-bump 2014-04-16 22:41:09 -07:00
B2G Bumper Bot
6281025ee9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/97fece6c78a6
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #18319 from crh0716/973436_v2

Bug 973436 - Refactor the battery panel using AMD modules r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/e7d97ca56fd1
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 973436 - Refactor the battery panel using AMD modules
2014-04-16 22:35:40 -07:00
Matt Woodrow
871bc4e40f Bug 997014 - Part 6: Remove duplicate code for retreiving a snapshot from a canvas in CanvasRenderingContext2D. r=roc 2014-04-17 17:32:41 +12:00
Matt Woodrow
38567cd2f2 Bug 997014 - Part 5: Remove nsICanvasRenderingContextInternal::Render. r=roc 2014-04-17 17:31:44 +12:00
Matt Woodrow
ddc74478fa Bug 997014 - Part 4: Remove the external canvas API. r=roc 2014-04-17 17:31:12 +12:00
Matt Woodrow
273b925d62 Bug 997014 - Part 3: Stop using the external Canvas API in nsBaseDragService. r=roc 2014-04-17 17:30:45 +12:00