David Burns
56efc718a2
Bug 787545: Allow Marionette on fennec to return a session; r=jgriffin
2012-09-18 01:08:55 -07:00
Bas Schouten
48b8f6125b
Bug 791742: Consider driver version substrings in decimals. r=joedrew
2012-09-17 20:50:38 +00:00
James Willcox
13b153eed7
Bug 778442 - Cache the plugin size for ANPWindow::visibleRect r=blassey
2012-09-18 14:52:15 -04:00
Raphael Catolino
ac1a0a8144
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
8c192beb0d
Bug 730330 - Add DatePicker and NumberPicker sources from android. r=wesj
2012-08-06 09:38:24 +02:00
Raphael Catolino
f9c9afb37c
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
550706a221
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
c3051f8b6a
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
aa7554cffd
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
3dbdd53759
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
7204dd91a1
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
e7c289ffa5
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é
b39fa2cae3
Bug 777204 - followup because I pushed the wrong patch [irc-r=wesj]
2012-09-18 11:21:59 -07:00
Michal Novotny
d4b22d7ab5
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
2ef7f8b096
Bug 695399 - Remove synchronous calls to nsICacheSession::openCacheEntry in pageInfo.js. r=gavin
2012-09-13 18:22:35 +02:00
David Zbarsky
83691d9ab0
Fix virtual dtor warning, no bug, blanket r=bz
2012-09-18 14:01:03 -04:00
David Zbarsky
ee2c50e32a
Fix typo in comment, no bug, r=me
2012-09-18 14:01:03 -04:00
Fabrice Desré
38a43b0a83
Bug 777206 - SystemMessageInternal broadcasts information to all content processes [r=gwagner]
2012-09-18 10:34:56 -07:00
Fabrice Desré
64ffd22065
Bug 777204 - Webapps.jsm broadcasts information to all content processes [r=gwagner]
2012-09-18 10:34:55 -07:00
Chris Jones
6c4edc9791
Bug 791167: stride*height is the size of the region. r=roc
2012-09-18 10:00:45 -07:00
Gene Lian
7939c173da
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
b622277cdd
Bug 770483 - Robocop: add more checks to testAboutPage; r=jmaher
2012-09-18 10:36:40 -06:00
Jason Duell
fa09e23fb6
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
5d7995c808
Bug 792001 followup - Pass jschar to hasUnit/getUnit. r=pierron on IRC
2012-09-18 17:04:45 +02:00
Ehsan Akhgari
6a8c6919de
Bug 791908 - Remove prtypes.h #includes in image/; r=joe
2012-09-18 10:52:30 -04:00
Zack Weinberg
c3bc98385c
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
62cb9830e6
Backed out changeset be916ac9a1b4 (bug 746223) because it broke the build
2012-09-18 10:43:59 -04:00
Nathan Froyd
5d514a979c
Bug 746223 - remove nsinstall's -l flag; r=glandium
2012-09-17 17:28:50 -04:00
David Burns
ad769e68bf
Bug 791793: adding Marionette to fennec package; r=glandium
2012-09-17 20:07:23 -07:00
Jan de Mooij
5f9ddabdbe
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
464d550838
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
caec6b1b48
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
db466de1ae
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
48bd959e22
Merge mozilla-central to mozilla-inbound
2012-09-18 13:32:07 +01:00
Graeme McCutcheon
f35f4e230e
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
2012-09-18 12:46:06 +01:00
Jason Orendorff
43946acc68
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
0788ac65de
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
ac8733c14a
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
591b7d6b5c
merge m-c to fx-team
2012-09-18 11:27:53 +02:00
Panos Astithas
896f520d2f
Remove redundant check for Debugger.Object.displayName property (bug 786711). r=jimb
2012-09-18 10:30:02 +03:00
Blair McBride
62800a36c3
Backout 7209f50695da (bug 788378) due to debug xpcshell orange
2012-09-18 19:27:55 +12:00
Kyle Machulis
d2fe699a15
Bug 743933: Update B2G Bluetooth to ICS API; r=echou
2012-09-17 23:11:00 -07:00
Kyle Machulis
59728b2fec
Bug 791811: DeviceCreated signal asserts due to BluetoothService access on DBus Signal thread; r=echou
2012-09-17 23:10:25 -07:00
Geoff Brown
99ec840b56
Bug 791859 - Robocop: change order of operations in testHistoryTab.tearDown; r=jmaher
2012-09-17 21:34:48 -06:00
Ed Morley
ce8d806929
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-09-17 20:19:57 +01:00
Ehsan Akhgari
61ae0f9084
Bug 787574 follow-up: Forward declare JSContext as a struct
...
DONTBUILD
2012-09-17 15:16:13 -04:00
Jonathan Griffin
7347ec2e32
Bug 790463 - Disable test_outgoing_hold_resume.js, a=test-only, DONTBUILD because NPOTB
2012-09-17 10:48:42 -07:00
Ed Morley
4df08ffeee
Backout 62ef2365014e (bug 583890), 8c3df98a9f06 (bug 583890) for intermittent failures in browser_bug583890.js
2012-09-17 17:35:46 +01:00
Girish Sharma
34d5f5c6d5
Bug 789578 - The new HTML panel missing the arrows for collapsing elements' children on Windows, r=paul
...
--HG--
extra : rebase_source : 8128e70f69b2d8335e48944dc1b16bf3c602bc93
2012-09-17 21:59:58 +05:30
Blair McBride
db9586885f
Bug 781689 - Remove usage of nsIDOMWindowUtils.goOnline() in mobile's netError.xhtml. r=mfinkle,f=bnicholson
2012-09-18 17:02:33 +12:00