George Wright
29c1fe2fc6
Bug 777614 - Update patches directory for patches applied against upstream Skia
2012-09-18 15:41:38 -04:00
George Wright
221d22df52
Bug 777614 - Re-apply 759683 - Handle compilers that don't support SSSE3 intrinsics r=nrc
2012-09-18 15:41:38 -04:00
George Wright
a9e5f0d54e
Bug 777614 - It seems we used to pass this test by accident. Now we're in line with all the other Azure backends. r=nrc
2012-09-18 15:41:37 -04:00
George Wright
515afdf53b
Bug 777614 - Handle BGRX SourceSurfaces in Skia by converting them to BGRA r=nrc
2012-09-18 15:41:37 -04:00
George Wright
d4e6777676
Bug 777614 - Use Skia's Conical gradient shader instead of Radial to be in line with the canvas spec. r=nrc
2012-09-18 15:41:37 -04:00
George Wright
e78a7d7cfb
Bug 777614 - Re-apply bug 687188 - Expand the gradient cache by 2 to store 0/1 colour stop values for clamping. r=nrc
2012-09-18 15:41:37 -04:00
George Wright
1f5e6f9aba
Bug 777614 - Re-apply bug 719872 - Fix crash on Android by reverting to older FontHost r=nrc
2012-09-18 15:41:37 -04:00
George Wright
1e7f962305
Bug 777614 - Update skia-npapi to work with the new Skia rebase. r=nrc
2012-09-18 15:41:37 -04:00
George Wright
4fd0e54d2d
Bug 777614 - Explicitly convert ints to SkScalars using SkIntToScalar, to avoid a compiler error (reviewed upstream)
2012-09-18 15:41:36 -04:00
George Wright
6c85057496
Bug 777614 - Re-add our SkUserConfig.h r=nrc
2012-09-18 15:41:36 -04:00
George Wright
b6a50f2036
Bug 777614 - Update Skia to r5539.
2012-09-18 15:41:36 -04:00
David Burns
7bcc7468e4
Bug 787545: Allow Marionette on fennec to return a session; r=jgriffin
2012-09-18 01:08:55 -07:00
Bas Schouten
8772af06fe
Bug 791742: Consider driver version substrings in decimals. r=joedrew
2012-09-17 20:50:38 +00:00
James Willcox
48979f1e8e
Bug 778442 - Cache the plugin size for ANPWindow::visibleRect r=blassey
2012-09-18 14:52:15 -04:00
Raphael Catolino
11cf800ffe
Bug 730330 - Use android datetime-picker widget. r=wesj
...
--HG--
rename : mobile/android/base/widget/DatetimePicker.java => mobile/android/base/widget/DateTimePicker.java
2012-08-07 17:09:15 +02:00
Raphael Catolino
b3ea25df6d
Bug 730330 - Add DatePicker and NumberPicker sources from android. r=wesj
2012-08-06 09:38:24 +02:00
Raphael Catolino
6095ea5ce5
Bug 730330 - Use new datetime picker for input date/datetime/month ui r=cpeterson
2012-08-08 09:42:00 +02:00
L. David Baron
cf6c5ffdb1
Bug 774169, patch 4: Revert bug 719054 for prefixed -moz-transform but leave it for unprefixed transform. r=bzbarsky
2012-09-18 11:37:14 -07:00
L. David Baron
1359267ffc
Bug 774169, patch 3: Treat -moz-transform as a shorthand rather than an alias so the parsing function can know whether it is parsing a prefixed transform. r=bzbarsky
2012-09-18 11:37:14 -07:00
L. David Baron
5a6fcd294a
Bug 774169, patch 2: Add property_database.js entries for property aliases. r=bzbarsky
...
This adds entries for property aliases as though they are shorthands.
This fits with the CSS working group's recent resolution to describe
aliases as shorthands, recorded in
http://lists.w3.org/Archives/Public/www-style/2012Aug/0770.html .
The property_database.js entries themselves are copied from the
non-alias entries for the properties, with these changes:
(1) The property name is changed to the prefixed form
(2) The domProp entry is changed to the prefixed form
(3) Adding alias_for entries for each property.
(4) When type is CSS_TYPE_LONGHAND in the target of the alias, type for
the alias is CSS_TYPE_SHORTHAND_AND_LONGHAND and a subproperties
entry is added with the target of the alias.
There are also some indentation fixes to the copied entries in
property_database.js (made before they were copied, and thus affecting
the original as well).
2012-09-18 11:37:14 -07:00
L. David Baron
bf141c929e
Bug 774169, patch 1: Make the property_database.js-based tests call getComputedStyle() for all properties that are expected to have longhand behavior. r=bzbarsky
...
This currently only affects the testing of overflow, but it will also
affect -moz-transform (and any other aliases implemented the same way)
after the later patches in this bug.
This special-cases text-decoration because text-decoration: inherit causes
the color to inherit in a way that we can't serialize the result (since
it's no longer "foreground"). (This isn't great; we might want to
consider fixing it somehow.)
2012-09-18 11:37:14 -07:00
L. David Baron
27ada1f07f
Remove aPresContext parameter to nsStyleContext constructor and document parameters to constructor. (Bug 791416) r=bzbarsky
2012-09-18 11:37:13 -07:00
Jim Blandy
50be32e71d
Bug 781439: Trim js/src/jit-test/tests/debug/Environment-find-06.js, and remove assertions. r=luke
...
slotCount() is O(n) on BlockObjects, so that, when used from a loop, those
assertions brought about quadratic behavior. The test creates 'let' blocks
with thousands of bindings, making the quadratic behavior show.
The assertions are unnecessary, as getSlotRef and setSlot do their own
bounds checking. I believe the test can be just as effective with smaller
'let' blocks.
2012-09-18 11:31:15 -07:00
Fabrice Desré
2ee11a28ad
Bug 777204 - followup because I pushed the wrong patch [irc-r=wesj]
2012-09-18 11:21:59 -07:00
Michal Novotny
c2202a62f0
Bug 695399 - Remove calls to nsICacheSession::openCacheEntry on the main thread - netwerk part, r=hurley
2012-09-18 20:06:35 +02:00
Margaret Leibovic
0a3e3f9bcf
Bug 695399 - Remove synchronous calls to nsICacheSession::openCacheEntry in pageInfo.js. r=gavin
2012-09-13 18:22:35 +02:00
David Zbarsky
7b754ff536
Fix virtual dtor warning, no bug, blanket r=bz
2012-09-18 14:01:03 -04:00
David Zbarsky
c41a42b108
Fix typo in comment, no bug, r=me
2012-09-18 14:01:03 -04:00
Fabrice Desré
16665ba5de
Bug 777206 - SystemMessageInternal broadcasts information to all content processes [r=gwagner]
2012-09-18 10:34:56 -07:00
Fabrice Desré
74db4fd985
Bug 777204 - Webapps.jsm broadcasts information to all content processes [r=gwagner]
2012-09-18 10:34:55 -07:00
Chris Jones
30b0b269d9
Bug 791167: stride*height is the size of the region. r=roc
2012-09-18 10:00:45 -07:00
Gene Lian
64d2b4268c
Bug 791962 - Time API: Clean up the usage comment in nsIDOMTimeManager (s/seconds/milliseconds). rs=mounir DONTBUILD
2012-09-18 22:38:06 +08:00
Geoff Brown
e949618d6e
Bug 770483 - Robocop: add more checks to testAboutPage; r=jmaher
2012-09-18 10:36:40 -06:00
Jason Duell
e8292ead1f
Bug 756648 - Implement "cookie jars" for apps. r=biesi,smaug
...
--HG--
rename : netwerk/test/unit_ipc/test_cookie_wrap.js => netwerk/test/unit_ipc/test_cookie_header_wrap.js
2012-09-18 12:04:04 -04:00
Jan de Mooij
4f82ddcd0a
Bug 792001 followup - Pass jschar to hasUnit/getUnit. r=pierron on IRC
2012-09-18 17:04:45 +02:00
Ehsan Akhgari
fcd86f137d
Bug 791908 - Remove prtypes.h #includes in image/; r=joe
2012-09-18 10:52:30 -04:00
Zack Weinberg
3613cbaf5f
Bug 791003: proper diagnostics rather than bogus NS_NOTREACHED from the HTML parser for character encodings that are blacklisted for XSS smuggling. r=hsivonen
2012-09-18 10:46:30 -04:00
Ehsan Akhgari
a5656d9094
Backed out changeset be916ac9a1b4 (bug 746223) because it broke the build
2012-09-18 10:43:59 -04:00
Nathan Froyd
478717f79f
Bug 746223 - remove nsinstall's -l flag; r=glandium
2012-09-17 17:28:50 -04:00
David Burns
c3055253d3
Bug 791793: adding Marionette to fennec package; r=glandium
2012-09-17 20:07:23 -07:00
Jan de Mooij
c3d124d9e1
Bug 792001 - Fix race condition with inlined String.fromCharCode. r=pierron
...
--HG--
extra : rebase_source : 275c53293443fec806ad8cf775173d9fdff698ab
2012-09-18 16:11:05 +02:00
Josh Aas
70f0313550
Bug 777409: Remove Growl support. Replaced by Notification Center support on OS X 10.8, which has much smaller code size and doesn't do main thread i/o. r=dougt
2012-09-18 10:08:17 -04:00
Ehsan Akhgari
688e848d30
Bug 791367 - nsDOMFileReader::ReadFileContent opens a channel without associating it with a load group; r=smaug,khuey
2012-09-17 11:24:39 -04:00
Ehsan Akhgari
ff1c5bbcf7
Bug 791907 - Remove prtypes.h #includes in editor/; r=jrmuizel
...
--HG--
extra : rebase_source : 93c2e11edeaa2f7275302a2c7499aa09c330da14
2012-09-17 22:58:51 -04:00
Graeme McCutcheon
2d6d688306
Merge mozilla-central to mozilla-inbound
2012-09-18 13:32:07 +01:00
Graeme McCutcheon
ca3842944a
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
2012-09-18 12:46:06 +01:00
Jason Orendorff
0fcc6bf664
Bug 788356 - Fix memory leak in evaluate(). JS shell only; this code is not part of the browser. r=Waldo.
2012-09-18 06:03:23 -05:00
Jason Orendorff
a03774931c
Bug 789239 - Unravel 30-line if condition in Parser.cpp. Part 2 - Rewrite IsValidForStatementLHS using early returns. r=Waldo.
2012-09-18 06:03:22 -05:00
Jason Orendorff
77138fa36b
Bug 789239 - Unravel 30-line if condition in Parser.cpp. Part 1 - Move the condition into a helper function. r=Waldo.
2012-09-18 06:03:22 -05:00
Tim Taubert
f4edf13852
merge m-c to fx-team
2012-09-18 11:27:53 +02:00