Marco Bonardo
36dd68c066
Merge mozilla-central and mozilla-inbound
2011-10-11 11:15:20 +02:00
Justin Dolske
3f09d1f5cc
Bug 693099 - "Save Snapshot As" option on HTML5 videos creates PNG files with .JPG file extension. r=sparky
2011-10-11 00:14:27 -07:00
Mike Hommey
19beef62f0
Bug 686283 - Properly handle EOF in TokenStream::getAtSourceMappingURL on platforms with unsigned chars. r=luke
2011-10-11 08:41:47 +02:00
Martijn Wargers
4029e9aa72
Test for Bug 689403 - Option inside optgroup of multi-select doesn't trigger form select helper popup after it has been opened before [r=mbrubeck]
2011-10-10 18:02:49 -07:00
Ralph Giles
e23eececcc
Bug 677581 - Update libogg to upstream svn r18096. r=kinetik
...
This is one revision ahead of the 1.3.0, after some whitespace
fixes to the documentation.
Since the last update, the major changes are do documentation,
the addition of the ogg_stream_*_fill() calls which are
important for controlling overhead and latency with newer
codecs like theora and opus.
The way configure generates config_types.h has also changed,
making it more necessary to have platform-specific type
definitions in os_types.h. The patch for Solaris support
has been updated to support this.
2011-10-11 13:50:38 +13:00
Brad Lassey
fc8ff8bbcb
Backed out changeset 703df62e855b due to crashes reported in bug 693086
2011-10-10 11:00:16 -04:00
Matt Brubeck
57442b74d1
Back out d3b8c0394c5e, 701372c96a92, f2c16b13cf65, 367ff8c94636 (bug 683290, bug 684919, bug 685516) for Android reftest failures
2011-10-10 13:45:13 -07:00
Matt Brubeck
4151b38db0
Merge last green changeset of mozilla-inbound to mozilla-central
2011-10-10 11:01:32 -07:00
Mark Finkle
376ac2073d
Bug 684826 - Last typed character from password field is not visible when password is filled in [r=blassey]
2011-10-10 10:52:06 -04:00
Brad Lassey
5cf7a49da2
Backed out changeset c3a50afc2243 due to large volume of crashes tracked in bug 687367
2011-10-10 10:40:27 -04:00
Olli Pettay
92f9d92d00
Bug 691059, don't throw when setting interface.prototype.onmouseenter/leave, r=bz
...
--HG--
extra : rebase_source : af4c6bb330ee92b9ca2d3d9258b3e41ea1fae746
2011-10-10 19:21:48 +03:00
Olli Pettay
ee754072c0
Bug 691059, don't throw when setting interface.prototype.onmouseenter/leave, r=bz
...
--HG--
extra : rebase_source : 617c1329d2f863e01f8654da96736095152b5734
2011-10-10 14:42:55 +03:00
Olli Pettay
820e58a527
Bug 691059, don't throw when setting interface.prototype.onmouseenter/leave, r=bz
...
--HG--
extra : rebase_source : 0bbc272f1389cda424334a9f5c804c9c70fe7815
2011-10-10 14:42:17 +03:00
Olli Pettay
039dfaaa3a
Bug 689128, re-enable EventListenerService tests, add a null check, handle compartments, r=bz
...
--HG--
extra : rebase_source : a0254eecb59adabb94737f1ca12803b712698903
2011-10-10 13:38:14 +03:00
Matt Brubeck
d53193f383
Back out f7bf7ac18a79 (bug 684826), 3a910924c50c (bug 687367), and 524a6bb8744b (bug 693086) because of Android bustage on a CLOSED TREE
2011-10-10 09:43:58 -07:00
Kyle Huey
a92c51ee20
Bug 683290: Make RasterImage::GetFrame actually honor the flags it is passed. r=bholley
2011-10-10 12:18:53 -04:00
Kyle Huey
a5350744d6
Bug 683290: Allow images that are not in the document to be eligible for discarding. r=bz
2011-10-10 12:18:53 -04:00
Kyle Huey
d300eca309
Bug 684919: Add a template class for storing an nsCOMPtr and a flag together. r=jlebar sr=bsmedberg
2011-10-10 12:18:53 -04:00
Kyle Huey
6937f09f99
Bug 685516: Instead of decoding small images synchronously and large images asynchronously, always decode synchronously for some time, and post the remainder to the event loop if necessary. r=joe
2011-10-10 12:18:52 -04:00
Brad Lassey
24e472b6ab
merge
2011-10-10 11:01:34 -04:00
Brad Lassey
a80dbfc6f5
Backed out changeset 703df62e855b due to crashes reported in bug 693086
2011-10-10 11:00:16 -04:00
Mark Finkle
bf49bcc153
Bug 684826 - Last typed character from password field is not visible when password is filled in [r=blassey]
2011-10-10 10:52:06 -04:00
Brad Lassey
ab723a6a51
merge
2011-10-10 10:40:57 -04:00
Brad Lassey
4528a38462
Backed out changeset c3a50afc2243 due to large volume of crashes tracked in bug 687367
2011-10-10 10:40:27 -04:00
Michael Edwards
8d268b37aa
Bug 687367 - Make bionic domain name functions thread-safe on pre-3.0 Android, r=dougt
2011-10-06 20:55:50 -07:00
John Ford
a7bc4cc91a
Bug 692646, release mozconfigs should have MOZ_PGO to ensure that we turn PGO on for release builds, r=nthomas DONTBUILD
2011-10-07 14:56:51 +13:00
Brian Smith
7930221088
Bug 679140: Do all SSL error processing on the main thread, r=honzab.moz
2011-10-06 17:46:52 -07:00
Brian Smith
f05237fd5f
Bug 675221: Remove XPCOM Proxies: Implement Runnable that can be waited on synchronously, r=bsmedberg
2011-10-06 17:46:41 -07:00
Brian Smith
752bfc82a7
Bug 682329: Fix test for default SSL error UI, r=honzab.moz
2011-10-06 17:42:11 -07:00
Brian Smith
51506927f3
Bug 682329: Remove workaround that mobile is using to suppress the cert error dialog box, r=mark.finkle
2011-10-06 17:42:04 -07:00
Brian Smith
664a01032c
Bug 682329: Remove default SSL error UI, r=honzab.moz
2011-10-06 17:41:43 -07:00
Jonathan Kew
ec1c5a077c
bug 689736 followup - update reftest manifest to mark tests containing Hebrew text that now pass on Android.
...
--HG--
extra : transplant_source : %C3%8BT%D0gx%B2%D7%FF%B1%04QN%F6%1EG%94%26%22%AC
2011-10-06 17:09:41 +01:00
Matt Brubeck
aa73dd7fff
Back out ac1d5e94097a (bug 632072) because of kinetic panning issues
2011-10-06 09:49:47 -07:00
Ed Morley
99f78ba391
Merge last green changeset of mozilla-inbound to mozilla-central
2011-10-06 16:25:34 +01:00
Rob Campbell
b9fc64ed05
merge m-c to fx-team
2011-10-06 08:00:51 -03:00
Ed Morley
34974bebcb
Merge last green changeset of mozilla-inbound to mozilla-central
2011-10-06 11:14:24 +01:00
Jonathan Kew
b3ff1c0b1d
bug 689736 - reftest for mirroring of parentheses within Hebrew text. r=smontagu
2011-10-06 10:38:22 +01:00
Jonathan Kew
30a8dba085
bug 689736 - enable harfbuzz on android for hebrew (to fix glyph mirroring) and thai scripts. r=smontagu
2011-10-06 10:37:15 +01:00
Makoto Kato
e66cbf49ce
Bug 691217 - nsWindow::OnPaint() returns NS_ERROR_FAILURE even if return type is bool. r=jimm
2011-10-06 17:34:34 +09:00
Mike Hommey
14966259b2
Bug 677897 - Use objcopy from the NDK in symbolstore.py. r=ted
2011-10-06 09:08:14 +02:00
Makoto Kato
3c2ca9ae41
Bug 690668 - TEST-UNEXPECTED-FAIL | c:\talos-slave\test\build\xpcshell\tests\toolkit\components\passwordmgr\test\unit\test_storage_legacy_2.js | test failed (with xpcshell return code: 0), see following log:. r=bsmedberg
2011-10-06 13:15:51 +09:00
Philipp von Weitershausen
223398d3af
Merge services-central and mozilla-central
2011-10-05 17:05:11 -07:00
Myk Melez
c642f8735f
update revision of Add-on SDK being tested; test-only
2011-10-05 15:30:21 -07:00
Chris Jones
130e939216
Bug 690670, parts 1 and 2: Add a hal/ directory in which we can add device-interaction code, and build goop thereto. r=khuey sr=roc
...
--HG--
extra : rebase_source : bf3dc09f49d010ac4422150fc5300a41080af858
2011-10-05 15:15:45 -07:00
Chris Jones
16c7f04206
Bug 690670, part 0.1: Teach IPDL about uint* types, since those are what we have to use in "public" interfaces. r=bent
...
--HG--
extra : rebase_source : 36d9d7e5badaa8f941a9b76646f0b785072a62bf
2011-10-05 15:15:45 -07:00
Chris Jones
9928eba1eb
Bug 690670, part 0: Add helpers for copy-constructing auto arrays from regular arrays. r=roc
...
--HG--
extra : rebase_source : e586553e4a2cf344f72347e195f42762f0183c99
2011-10-05 15:15:45 -07:00
Matt Brubeck
26440d5308
Bug 692123 - browser-chrome test for bug 692123 [r=mfinkle]
2011-10-05 15:12:02 -07:00
Matt Brubeck
adbfcdcb32
Bug 692123 - Back/Escape key does not work to dismiss context menu [r=mfinkle]
2011-10-05 15:11:38 -07:00
Bill McCloskey
a207bd0e0f
Bug 684947 - Fix red
2011-10-05 15:09:23 -07:00
Bill McCloskey
5b182e4458
Bug 684947 - Fix bogus compartment assertion caused by generators (r=luke)
2011-10-05 14:51:51 -07:00