Bobby Holley
95861609ac
Bug 1086996 - Stop wrapping XBL handlers into the content compartment. r=bz
2014-10-22 15:13:15 +02:00
Aryeh Gregor
ce72a9e2b9
Bug 858918 part 2 - Don't insert block content outside of inline editing hosts; r=ehsan
2014-10-22 15:45:30 +03:00
Aryeh Gregor
705da1b60b
Bug 858918 part 1 - Don't try to split non-editable nodes; r=ehsan
2014-10-22 15:45:30 +03:00
Aryeh Gregor
3cce7e3e0d
Bug 1055722 - Remove spammy warning; r=smaug
2014-10-22 15:45:30 +03:00
Aryeh Gregor
c10438fb50
Bug 1058576
- Return a pointer from nsWSRunObject::Get*WSNode*; r=ehsan
2014-10-22 15:45:30 +03:00
Tim Chien
c62399233a
Bug 1087038 - Properly check for found element(s) in marionette ElementManager.p.find, r=dburns
2014-10-22 05:02:00 +02:00
Ehsan Akhgari
f3e56c6385
Bug 1084157 - Make --enable-address-sanitizer pass the correct -fsanitize arguments to the toolchain; r=glandium
2014-10-22 08:30:05 -04:00
Ehsan Akhgari
999661b627
Bug 1083572 - Enable passing external LDFLAGS to the NSS build system for Windows ASAN builds; r=glandium
2014-10-22 08:28:56 -04:00
Ehsan Akhgari
b964a4eee4
Bug 1084369 - Build dom/cellbroadcast in unified mode; r=gps
2014-10-22 08:28:26 -04:00
Carsten "Tomcat" Book
5c128a4e2a
Backed out changeset 04a18f29f774 (bug 1087038) for marionette test failures
2014-10-22 14:17:32 +02:00
Simon Montagu
4c9064021f
Bug 1082844: when converting between logical and physical coordinates in nsLineLayout, use the width of the containing block as container-width for the root span, and the width of the root span for child spans. r=jfkthame
2014-10-22 05:14:41 -07:00
Simon Montagu
3931080007
Tests for bug 1082844 (not run in a default build). r=jfkthame
2014-10-22 05:14:39 -07:00
Jonathan Watt
d7b3c4e0e0
Bug 1087224 - Allow compareSnapshots and assertSnapshots to be passed fuzz values. r=smontagu
2014-10-22 12:29:06 +01:00
Jonathan Watt
734b9f31a9
Bug 1086610 - Get color working for ::-moz-tree-progressmeter again. r=mattwoodrow
2014-10-22 12:29:06 +01:00
Jonathan Watt
d266467576
Bug 1086708 - Rename the snapping variant of NSRectToRect to NSRectToSnappedRect. r=mattwoodrow
2014-10-22 12:29:06 +01:00
Jonathan Watt
2a309ca31b
Bug 1074161 - Avoid creating a Moz2D Path object to draw SVG <rect>, <image> and <line> elements. r=mattwoodrow
2014-10-22 12:29:05 +01:00
Sushant Dinesh
f7a1b85cdf
Bug 1059187 - Set Undefined/Null in else branch of filtering. r=h4writer.
2014-10-14 02:19:00 +02:00
peter chang
ff819b0901
Bug 1068461 - Locate the text frames from viewport frame to select word, r=roc
2014-10-15 10:43:29 +08:00
Akshendra Pratap
08297c6dad
Bug 1058651 - Added MOZ_UNLIKELY to Codegen.py argument number and exception checks; r=bz
2014-10-20 05:54:00 +02:00
Alexandre Poirot
50c732ad70
Bug 1048441 - blacklist test_bug696020.html being too intermittent on mulet. r=ahal
2014-10-21 06:04:00 +02:00
Gian-Carlo Pascutto
1c4641c1b2
Bug 1042795 - Expand Android guM + gUM doorhanger tests. r=mfinkle f=jesup
2014-06-23 11:16:00 +02:00
Chris Manchester
84f7251b20
Bug 1046512 - Disable test_set_window_size.py on linux due to a latent timing problem exposed by modifications to marionette. r=jgriffin
2014-10-21 11:23:18 -04:00
Chris Manchester
e2634e73a0
Bug 1046512 - Modification to marionette to support running tests with e10s enabled. r=jgriffin
2014-10-21 11:22:26 -04:00
Tim Chien
eeda5b031d
Bug 1087038 - Properly check for found element(s) in marionette ElementManager.p.find, r=dburns
2014-10-22 03:25:00 +02:00
Simon Montagu
10de562497
Bug 1079139: make nsFlowAreaRect.mRect a LogicalRect. r=jfkthame
2014-10-21 15:16:13 -07:00
Jonathan Watt
f072d85261
Bug 477504 - Snap to device pixels any CSS border edges that are painted as a polygon. r=mats
2014-10-22 10:48:37 +01:00
Jonathan Watt
2903dfaa66
Bug 1085092 - Fix stroking of SVG polygon elements. r=longsonr
2014-10-22 10:48:37 +01:00
Jonathan Watt
7309aabfb6
Bug 1086714 - Change test_selection_underline.html's log output so that it can be used with reftest-analyzer.xhtml. r=dholbert
2014-10-22 10:48:37 +01:00
Jonathan Watt
5b2b119d02
Bug 1084650, part 2 - Change test_reftests_with_caret.html's log output so that it can be used with reftest-analyzer.xhtml. r=dholbert
2014-10-22 10:48:36 +01:00
Jonathan Watt
eb253e3301
Bug 1084650, part 1 - Change test_reftests_with_caret.html's references to 'canvas' to 'iframe' to make the test less confusing. r=dholbert
2014-10-22 10:48:36 +01:00
Jonathan Watt
434b0ae138
Bug 1084665 - Make reftest-analyzer.xhtml support test/reference images of arbitrary dimensions. r=dholbert
2014-10-22 10:48:36 +01:00
Jonathan Watt
fee4f456db
Bug 1084543 - Make shift-reload bypass the image cache for data URIs. r=seth
2014-10-22 10:48:36 +01:00
Rik Cabanier
72130a55c4
Bug 591600 - CSS gradients should work on premultiplied colors. r=mstange
...
--HG--
extra : rebase_source : 24d38e88d6efc8ed34960c3d3602b18f5bcd2c95
2014-10-22 08:13:56 +02:00
Carsten "Tomcat" Book
968043a6f7
Merge mozilla-central to mozilla-inbound to fix perma failures on a CLOSED TREE
2014-10-22 09:49:51 +02:00
Carsten "Tomcat" Book
01b5672988
Backed out changeset 7ecf4e364d05 (bug 1072817) for causing Permaorange Linux Debug m-oth test failure on a CLOSED TREE
2014-10-22 08:59:48 +02:00
Carsten "Tomcat" Book
19505e76e2
Backed out changeset 77ff6a4dd3f1 (bug 1052139)
2014-10-22 08:59:11 +02:00
Carsten "Tomcat" Book
e8691d00e8
Backed out changeset 9e900e87b4bb (bug 1085566)
2014-10-22 08:59:09 +02:00
Carsten "Tomcat" Book
1e8fd96b5d
Backed out changeset 4eee647a5bd4 (bug 1052139)
2014-10-22 08:59:05 +02:00
Phil Ringnalda
5a2d0dd080
Back out 3 changesets (bug 1042135) for robocop bustage
...
CLOSED TREE
Backed out changeset dffed5d2a799 (bug 1042135)
Backed out changeset b80a02b929cc (bug 1042135)
Backed out changeset 093ea94a1697 (bug 1042135)
2014-10-21 23:11:11 -07:00
Phil Ringnalda
74fa6d6616
Back out 50f2a49570ce (bug 1085027) on suspicion of making Win7 opt mochitest-4 permaorange, a=backout
...
CLOSED TREE
2014-10-21 23:04:42 -07:00
Wes Kocher
c52349da1d
Merge fx-team to m-c a=merge
2014-10-21 18:51:22 -07:00
Wes Kocher
a4bba372a7
Merge b2g-inbound to m-c a=merge
2014-10-21 18:46:09 -07:00
Wes Kocher
440ae910b6
Backed out 5 changesets (bug 1083866) for spidermonkey bustage on a CLOSED TREE
...
Backed out changeset 00997b2b5a16 (bug 1083866)
Backed out changeset 4d8f51a4014b (bug 1083866)
Backed out changeset c37a1e604654 (bug 1083866)
Backed out changeset 07f268cc5a64 (bug 1083866)
Backed out changeset 7bfdfe2629ce (bug 1083866)
2014-10-21 14:42:31 -07:00
Wes Kocher
b77871169b
Backed out changeset 5fbd9586a141 (bug 1077175) for build bustage on a CLOSED TREE
2014-10-21 13:51:41 -07:00
Wes Kocher
c0a3376acf
Backed out changeset 325d41a714e3 (bug 1086678) for bustage on a CLOSED TREE
2014-10-21 13:51:26 -07:00
Gregor Wagner
1d6b25f383
Bug 1080847 - [Settings] No need to export SettingsRequestManager r=baku
2014-10-21 13:48:42 -07:00
Chris Pearce
1df8f8861f
Bug 1085168 - Move timeout on async GMP shutdown to (catch all) non xpcom-shutdown case. r=jesup
2014-10-22 09:45:18 +13:00
B2G Bumper Bot
0772c3b827
Bumping manifests a=b2g-bump
2014-10-21 13:37:30 -07:00
B2G Bumper Bot
a69f1b2583
Bumping manifests a=b2g-bump
2014-10-21 13:22:33 -07:00
B2G Bumper Bot
07c98a3477
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d3b2bb39fd58
Author: russnicoletti <rnicoletti@mozilla.com>
Desc: Merge pull request #25342 from russnicoletti/bug-1082563
Bug 1082563 - video playback screen remains black for few sec after suspend resume in video app r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/226a7921cfa8
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Bug 1082563 - video playback screen remains black for few sec after suspend resume in video app
2014-10-21 13:20:48 -07:00