Fabrice Desré
fb1b6260ea
Bug 690635 - Issues with camera input on DroidX [r=wjohnston]
2011-10-11 11:21:27 -07:00
Bill McCloskey
71bfb8f753
Bug 677411 - Fix some red in SM builds
2011-10-11 11:06:00 -07:00
Chris Leary
f4c00c0c84
Bug 690933: Guard on LifoAlloc overflow. (r=luke)
2011-10-11 09:42:26 -07:00
Bill McCloskey
685049419b
Bug 677411 - Add telemetry counters for JS GC (r=luke)
2011-10-11 10:38:26 -07:00
Bill McCloskey
f4bb9d2c4b
Bug 677411 - Replace JS GC statistics gathering (r=cdleary)
2011-08-23 17:35:09 -07:00
Marco Bonardo
23ea18ffd0
Bug 692496 - Fix a coherence error in a Sync test.
...
r=philikon
2011-10-11 19:04:29 +02:00
Marco Bonardo
90bbdf9b80
Bug 692496 - Avoid table scan in expiration by restricting on flattened data.
...
r=dietrich
2011-10-10 12:15:41 +02:00
Rafael Ávila de Espíndola
3fe309c975
Bug 669953 - build debug builds with optimization. r=ted.
2011-10-11 12:30:08 -04:00
Jim Mathies
fce2e8b202
Bug 677883 - Bypass deferred message processing for accessible tab windows. Fixes occasional wm_getobject query failures, which must be responded to. r=davidb
2011-10-11 11:11:35 -05:00
Ehsan Akhgari
19d2a8abdf
Bug 677797 - Implement mandatory ASLR on Windows; r=bsmedberg
2011-10-11 10:50:57 -04:00
Luke Wagner
5ad2324343
Followup for b9c673621e1e: fixup missed ARM-only includes of jsvector/jshashtable
2011-10-11 08:50:50 -07:00
Alexander Surkov
00fbb506c0
Bug 506206 - ASSERTION: There should always be a DOM node for an event, one more patch, r=davidb
2011-10-12 00:33:06 +09:00
Alexander Surkov
850a8d08cc
Bug 679271 - Intermittent a11y/accessible/events/test_tree.xul | Test timed out, sometimes with a leak, r=marcoz
2011-10-12 00:32:57 +09:00
Luke Wagner
5d4b516710
Bug 690825 - Add a SecurityWrapper base between JS transparent wrappers and XPConnect security wrappers (r=mrbkap)
...
--HG--
extra : rebase_source : c3b2057a725ddda79f2f9f8f1d8ef6a4c8581124
2011-10-04 10:50:25 -07:00
Luke Wagner
c7d3e6785c
Bug 689362 - Create js/public (with the intention that its contents will eventually be the only INSTALLED_HEADERS), move Vector and HashTable to js/public and some dependencies (r=billm,sr=dmandelin)
...
--HG--
rename : js/src/jshashtable.h => js/public/HashTable.h
rename : js/src/jsvector.h => js/public/Vector.h
rename : js/src/mfbt/InlineMap.h => js/src/ds/InlineMap.h
extra : rebase_source : 818639b74653667b7a572bc1234398c0e4559a60
2011-10-04 15:33:00 -07:00
Luke Wagner
43de1f74ee
Bug 693124 - Remove invalid assert in Proxy::objectClassIs (r=waldo)
...
--HG--
extra : rebase_source : 9bf62c06fb92b13d6b855f6e0ca6a32efb302de1
2011-10-11 08:14:56 -07:00
Benoit Girard
084ef18d4e
Bug 671104 - Random Orange: iframe load race condition. r=ehsan
2011-10-11 11:02:46 -04:00
Benoit Girard
c20d7c8dd3
Bug 691779 - Hide devicemanagerADB pull interfering with reftest output. r=jmaher
2011-10-11 10:31:05 -04:00
Ed Morley
e8fdfa2c99
Bug 687358 - Remove nsWWJSUtils and use nsJSUtils instead; r=jst
2011-10-11 14:50:09 +01:00
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