Ms2ger
9a5cb640ab
Bug 873417 - Part b: Use CGClass for CGDictionary; r=bz
2013-05-20 09:10:59 +02:00
Ms2ger
def15c3257
Bug 873417 - Part a: Cleanup and fix some bugs in CGClass; r=bz
2013-05-20 09:10:58 +02:00
Thomas Zimmermann
f23d6f120d
Bug 873400: Fix destination directory for Bluetooth file transfers, r=echou
...
Bluetooth file transfers store the file in 'downloads/bluetooth'. This
patch changes the location to 'Download/Bluetooth' for consistency with
other sub-systems.
2013-05-20 11:41:03 +08:00
Phil Ringnalda
d7fa0c8200
Bug 549861 backout followup, clobber for Windows builds and for tests
2013-05-19 13:13:29 -07:00
Phil Ringnalda
5e80c53472
Merge m-c to m-i
2013-05-19 11:43:44 -07:00
Ms2ger
a8ca7bda9d
Merge backout.
2013-05-19 20:26:58 +02:00
Ms2ger
7786ea6954
Backout bug 549861 (changesets 27fb48df15ce:7ecd4e3863b4) for insufficient review.
2013-05-19 20:23:19 +02:00
Ms2ger
63c2282db0
Backout changeset 0a6d36fc3749 for conflicting with the backout of bug 549861.
2013-05-19 20:22:17 +02:00
Martijn Wargers
713151feb2
Bug 367360 - crash test
2013-05-19 18:20:21 +00:00
Martijn Wargers
faa0e7072a
Bug 367498 - crash tests
2013-05-19 18:20:21 +00:00
Martijn Wargers
5efc7e6817
Bug 368752 - crash test
2013-05-19 18:20:21 +00:00
Martijn Wargers
e0c64cdcd8
Bug 682684 - crash test
2013-05-19 18:20:20 +00:00
Jesse Ruderman
fdb90a2cd1
Bug 493649 - crash test
2013-05-19 18:20:20 +00:00
Carlos G.
8962237ccb
Bug 463696 - crash test
2013-05-19 18:20:20 +00:00
Martijn Wargers
d5e239d8e2
Bug 452185 - crash test
2013-05-19 18:20:20 +00:00
Mats Palmgren
5d26b4c605
Bug 467080 - crash test
2013-05-19 18:20:20 +00:00
Cameron McCormack
605563bb6c
Bug 839958 - Followup to fix Mac reftest failures due to incorrect fuzzy-if().
2013-05-20 01:33:18 +10:00
Ehsan Akhgari
9bee4230e5
Backed out changeset b097bd9fd24c because of Windows build bustage
2013-05-19 11:29:19 -04:00
Ehsan Akhgari
6c343f25a5
Bug 865806 - Use the proper Lion style scrollbar on content with a dark background color; r=roc
2013-05-19 11:01:28 -04:00
Cameron McCormack
a70fc32507
Bug 839958 - Prevent infinite invalidation loops when using SVG text inside a mask or pattern. r=jwatt
2013-05-19 11:11:16 +10:00
Daniel Holbert
3508873a6f
Bug 873172: When checking whether a flex item is generated content, skip past any anonymous boxes around it. r=bz
...
--HG--
rename : layout/reftests/flexbox/flexbox-with-pseudo-elements-1-ref.html => layout/reftests/flexbox/flexbox-with-pseudo-elements-3-ref.html
rename : layout/reftests/flexbox/flexbox-with-pseudo-elements-1.html => layout/reftests/flexbox/flexbox-with-pseudo-elements-3.html
2013-05-19 11:37:56 +08:00
Boris Zbarsky
36e19656df
Bug 873209. Trace the *vp of specialized DOM getters in Ion. r=jandem
2013-05-17 21:48:24 -04:00
Boris Zbarsky
98c0851105
Bug 873730. Make JS_SourceHook take a Handle for the JSScript. r=till
2013-05-18 23:09:11 -04:00
Cameron McCormack
952be382d1
Backout d00f9ead1848 (bug 839958) for Windows reftest failure on pattern-content.svg.
2013-05-19 12:50:30 +10:00
Eitan Isaacson
ad65bb5f4d
Bug 872338 - Update pivot tests to reflect virtualCursor in every doc change. r=tbsaunde
2013-05-17 19:10:30 -07:00
Eitan Isaacson
62c083694e
Bug 872338 - Add virtualCursor to nsIAccessibleDocument. r=tbsaunde r=surkov
2013-05-17 19:10:29 -07:00
Masatoshi Kimura
0c190ee3ec
Bug 871786 - Remove KeyboardEvent classinfo. r=smaug
2013-05-19 10:28:48 +09:00
Masatoshi Kimura
855ede8376
Bug 871786 - Separate D2E KeyEvent constants and a method from KeyboardEvent. r=smaug, bz
...
--HG--
rename : dom/webidl/KeyboardEvent.webidl => dom/webidl/KeyEvent.webidl
2013-05-19 10:28:47 +09:00
Alexander Surkov
7d4a6e1f71
Bug 614570 - Rev IAccessible2 1.3, r=tbsaunde
2013-05-19 10:21:42 +09:00
Cameron McCormack
94f41d9b27
Bug 839958 - Prevent infinite invalidation loops when using SVG text inside a mask or pattern. r=jwatt
2013-05-19 11:11:16 +10:00
Phil Ringnalda
71a9b37026
Merge m-c to m-i
2013-05-18 18:08:55 -07:00
Phil Ringnalda
d483ffe416
Merge the last PGO-green cset from m-i to m-c
2013-05-18 18:07:46 -07:00
David Zbarsky
0f486c9458
Bug 864206: Fix includes in Touch.h r=Ms2ger
2013-05-18 14:18:12 -07:00
Derrick Moser
e63f66826d
Bug 872497 - Remove problematic "optimization" in NS_QuickSort. r=jlebar
...
This change allows us to avoid O(n^2) performance when partially sorted data
is given to NS_QuickSort. We no longer attempt an insertion sort if the input
appears pre-sorted. This brings the expected performance back to O(n*log(n))
but also eliminates the possibility of O(n) best case performance. Attempts
to achieve O(n) performance should be the responsibility of callers as they
are in a better position to evaluate the costs/benefit trade-off of looking
for special cases that can be sorted quicker.
2013-05-18 15:16:02 -04:00
Andrea Marchesini
0bb228f8cc
Bug 870856 - Convert DOMError to WebIDL. r=Ms2ger, r=bz
2013-05-18 13:52:06 -04:00
ffxbld
48e0750bd2
No bug, Automated HSTS preload list update from host bld-linux64-ix-019 - a=hsts-update
2013-05-18 03:18:40 -07:00
Ryan VanderMeulen
92c6bb9873
Merge inbound to m-c.
2013-05-17 21:41:13 -04:00
Fabrice Desré
9ea4f4b142
Bug 865022 - Set the http cache size to match the size of the /cache partition r=vingtetun
2013-05-17 15:57:10 -07:00
Richard Newman
9901983c4f
Bug 870930 - Shut up GeckoAboutHomeTopSites. r=trivial
2013-05-17 15:51:44 -07:00
Ryan VanderMeulen
627b726b77
Merge m-c to birch on a CLOSED TREE.
2013-05-17 17:35:34 -04:00
Ryan VanderMeulen
d74b0674fe
Merge m-c to inbound on a CLOSED TREE.
2013-05-17 17:34:54 -04:00
Ryan VanderMeulen
1f38b1f993
Backed out changesets 073791f33ab7 and 7ac5779a426c (bug 859756) for causing intermittent Windows build failures.
...
CLOSED TREE
2013-05-17 17:30:20 -04:00
Reuben Morais
2a3b57fffc
Bug 873647 - Teach codegen how to wrap Dates in constructors. r=bz
...
--HG--
extra : rebase_source : f4267f15b7076aacb47fb94e4173a05dac8de255
2013-05-17 13:52:32 -07:00
Ryan VanderMeulen
722bc606d4
Bug 871530 - Update pdf.js to version 0.8.169. r=dtownsend
2013-05-17 16:46:26 -04:00
John Schoenick
9c1c433949
Bug 867891 - Add touch events to the popup blocker whitelist. r=smaug
2013-05-17 13:23:21 -07:00
Dave Hylands
271f9ebc11
Bug 873391 - Volume state changes may get processed out of order in child processes. r=qDot
2013-05-17 12:55:14 -07:00
Ryan VanderMeulen
29dada4932
Merge fx-team to m-c.
2013-05-17 15:38:26 -04:00
Ryan VanderMeulen
734b934f05
Merge m-c to fx-team.
2013-05-17 12:51:20 -04:00
Mats Palmgren
ce8615e289
Bug 813372 - Tweaking the test a bit to try to avoid intermittent failures.
2013-05-17 16:36:25 +00:00
Joel Maher
5541ca022f
Bug 871575 - Set prefs to ensure we don't hit the network in the background during reftest-harness tests on Android, particularly during shutdown when that'll give us NSS crashes, r=philor
2013-05-17 11:20:00 -04:00