Josh Aas
|
86ed43265f
|
Bug 723379: Be more strict about not instantiating plugin instances before they have an object frame. Also fix a bug causing object frame creation to fail. r=bz
|
2012-02-07 16:25:28 -05:00 |
Saint Wesonga
|
53a1a6e321
|
Bug 394769. Remove the additional lateness argument for timeouts and intervals. r=jst
|
2012-02-07 15:28:08 -05:00 |
Jason Orendorff
|
986b80139c
|
Bug 699565 - Part 4 - for-of loops on array-like DOM object. r=bz.
|
2012-02-07 12:57:17 -06:00 |
Neil Deakin
|
e612988adc
|
Bug 707382, merge nsIDOMDataTransfer and nsIDOMNSDataTransfer, r=jonas
|
2012-02-07 13:02:32 -05:00 |
Nicholas Nethercote
|
a7a02724d9
|
Bug 689583 - Add names for memory multi-reporters. r=jlebar.
--HG--
extra : rebase_source : adb3fb2cbbb8a07b60edd48c7dc9a3a4a4763b79
|
2012-02-06 17:02:59 -08:00 |
Gabor Krizsanits
|
62970a2c61
|
Bug 717190 - IndexedDB test fix: Follow-up of accessing IndexedDB API from chrome; r=sicking
|
2012-02-06 18:25:30 +00:00 |
Jim Straus
|
bdae6c6aa6
|
Bug 712378: Add an interface to control lights, and use it for the screen backlight on Gonk. r=cjones
|
2012-02-01 22:09:00 -08:00 |
Corey Richardson
|
7c60a5986a
|
Bug 684720 - Make the NetworkGeolocationProvider use an async xhr. r=jdm
|
2012-01-21 14:28:00 -05:00 |
Nicholas Nethercote
|
a9ee8d63e5
|
Bug 722609 - Rename the js-total memory reports. r=luke.
|
2012-01-30 20:03:29 -08:00 |
Nathan Froyd
|
5a728a3360
|
Bug 724278 - fix -Wset-but-unused-variable warnings; r=josh
|
2012-02-04 07:48:02 -05:00 |
Panagiotis Koutsourakis
|
01607a9182
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
Igor Bukanov
|
0497221a55
|
bug 723517 - Drop cx argumrent from JS_GetClass(cx, obj). r=luke
|
2012-02-04 01:54:57 +01:00 |
Gavin Sharp
|
c38de816fe
|
Bug 723808: don't allow loads in type=content docshells to inherit the system principal, r=bz
--HG--
extra : transplant_source : %E6%25%A7%C1.%DA%02%CC%BF%DA%ED%BEZ%E8%FB%CD%28%0A%FE8
|
2012-01-30 18:29:44 -08:00 |
Igor Bukanov
|
2d9a84ce93
|
bug 723510 - Workers: double-error reporting in location.toString and incorrect assumption about JS_GetInstancePrivate. r=bent
|
2012-02-03 19:00:08 +01:00 |
Jonathan Kew
|
00896f2eae
|
backout c18523b51058 (bug 716014) on suspicion of causing Win Debug reftest timeouts.
|
2012-02-03 14:01:35 +00:00 |
Matt Brubeck
|
2d95d4ff31
|
Merge mozilla-central to inbound
|
2012-02-02 20:49:06 -08:00 |
Olli Pettay
|
e402dbaa9b
|
Bug 716014 - Use CompartmentGC more often, r=billm,mccr8
|
2012-02-02 22:34:53 +02:00 |
Philipp von Weitershausen
|
28b2a20219
|
Bug 723372 - B2G telephony: audio should be turned on during dialing + ringing. r=bent DONTBUILD because NPOTB
|
2012-02-02 11:12:32 -08:00 |
Philipp von Weitershausen
|
9b80a4e855
|
Bug 716709 - RIL: call state on SGS2 has extra uint32. r=qDot
|
2012-02-02 10:41:07 -08:00 |
Philipp von Weitershausen
|
b7caedfd45
|
Bug 720747 - Completely silence RIL worker by default. r=qDot
|
2012-02-02 10:41:07 -08:00 |
Ed Morley
|
402dba286b
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-02 10:22:32 +00:00 |
Tim Taubert
|
51bc5cfcf9
|
merge m-c to fx-team
|
2012-02-02 10:03:01 +01:00 |
Tim Taubert
|
398fc89f7b
|
Bug 720697 - Provide internal API to get canvas image data as nsIInputStream; r=khuey
|
2012-02-01 01:13:44 +01:00 |
Olli Pettay
|
48df7f2d1c
|
Bug 723157 - Call forgetSkippable more often, r=mccr8
--HG--
extra : rebase_source : fdbca61ec4ef1d5898539f24248dd19f2767103e
|
2012-02-01 19:44:03 +02:00 |
Olli Pettay
|
bca30aa23f
|
Bug 723064 - Many debug xpcshell-tests show leaks of 1 each of Mutex, ReentrantMonitor, nsTArray_base, nsThread, nsTimerImpl, r=mccr8
--HG--
extra : rebase_source : 7ec508569cf5a64cea12fb5f085f4feb1f9234bd
|
2012-02-01 19:41:17 +02:00 |
Ed Morley
|
ce5670fc5e
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-01 10:55:34 +00:00 |
Josh Aas
|
6591f85687
|
Bug 90268: Change plugin instance ownership from layout to content. r=roc r=bsmedberg
|
2012-01-31 16:55:54 -05:00 |
Ed Morley
|
ec49962d27
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-01-31 10:52:29 +00:00 |
Olli Pettay
|
7a257fddb0
|
Bug 721543 - Call forgetSkippable before CC, r=mccr8
--HG--
extra : rebase_source : 4be50f8bcab1418c563394379abb6b4f074697b3
|
2012-01-30 22:06:18 +02:00 |
Wes Johnston
|
e689910655
|
Bug 722627 - Send window with touch event listener notification. r=smaug
|
2012-01-31 09:48:54 -08:00 |
Ed Morley
|
9ed3990b65
|
Backout b87113ff33ff (bug 721741) for Android build failures
|
2012-01-31 16:19:00 +00:00 |
Kan-Ru Chen
|
18f4794b62
|
Bug 709585 - Part 6, Connect DOM and hal. r=sicking
--HG--
extra : rebase_source : 8c205b3d2cd706996f92604816013b4d7b41b3c7
|
2012-01-19 22:25:00 -05:00 |
Kan-Ru Chen
|
0fbb2ee395
|
Bug 709585 - Part 4, Dummy PowerManager DOM code. r=sicking
--HG--
extra : rebase_source : 57ff9f770d39551bf72f421166acbe21dc38ac23
|
2012-01-19 22:24:00 -05:00 |
Kan-Ru Chen
|
1064c6b5fc
|
Bug 709585 - Part 3, Plug mozPower into navigator object. r=sicking
--HG--
extra : rebase_source : 8382e9c044feca9b2e511e022a3bb4fe64ca0d4b
|
2012-01-19 22:24:00 -05:00 |
Kan-Ru Chen
|
92e021f72e
|
Bug 709585 - Part 2, PowerManager interface. r=sicking
--HG--
extra : rebase_source : 2635a9c85ee58c27b8bbf8bf2118b3dd07a8928a
|
2012-01-19 22:23:00 -05:00 |
Kan-Ru Chen
|
2afaad1f48
|
Bug 709585 - Part 1, Makefile boilerplate. r=sicking, sr=gal
--HG--
extra : rebase_source : 6260b13608efd50d78676fb0c09d36b2ba84f8ae
|
2012-01-19 22:23:00 -05:00 |
James Willcox
|
605ac258ec
|
Bug 721741 - Add support for Flash on Android 4.0+ r=blassey
|
2012-01-31 09:40:58 -05:00 |
Jonathan Watt
|
9b116e4c03
|
Bug 722071 - Implement array style indexing for SVGStringList. r=mrbkap.
|
2012-01-31 13:18:08 +00:00 |
Nathan Froyd
|
d4f9380ace
|
Bug 715953 - add telemetry for recent background timers; r=bz
|
2012-01-18 09:35:05 -08:00 |
Scott Johnson
|
016c24a8b7
|
Backout 561e1013aba0 for bustage on windows.
|
2012-01-30 18:50:40 -06:00 |
Scott Johnson
|
370e682194
|
Backout 828713f89601 for bustage on windows.
|
2012-01-30 18:50:05 -06:00 |
Scott Johnson
|
dcc0272e1d
|
Backout 648e5e5b9dd3 for bustage on windows.
|
2012-01-30 18:49:33 -06:00 |
Scott Johnson
|
02d6c444b1
|
Backout 656500fc5e79 for windows bustage.
|
2012-01-30 18:48:33 -06:00 |
Scott Johnson
|
c50549d445
|
Backout 10b455909e94 for bustage on windows.
|
2012-01-30 18:46:41 -06:00 |
Scott Johnson
|
547a39856a
|
Backed out changeset 5d81f5f84779
|
2012-01-30 18:44:40 -06:00 |
Scott Johnson
|
f236989bf3
|
Backout 561e1013aba0:10b455909e94 for bustage on Windows.
|
2012-01-30 18:41:25 -06:00 |
Blake Kaplan
|
0b902455a3
|
Bug 722318 - Ask wpa_supplicant if it had already connected before we connected to it. r=gal
|
2012-01-31 00:43:46 +01:00 |
Kan-Ru Chen
|
a4911c5b65
|
Bug 709585 - Part 6/6, Connect DOM and hal. r=sicking
--HG--
extra : rebase_source : e8810a8ad310b888cf6e329fce5e0ddcbd94070f
|
2012-01-30 17:02:53 -06:00 |
Kan-Ru Chen
|
75c4cf1101
|
Bug 709585 - Part 4/6, Dummy PowerManager DOM code. r=sicking
--HG--
extra : rebase_source : f83eef1e296a6c006032a7e30e26bd7ca32b4490
|
2012-01-30 17:02:49 -06:00 |
Kan-Ru Chen
|
3cd1fe7746
|
Bug 709585 - Part 3/6, Plug mozPower into navigator object. r=sicking
--HG--
extra : rebase_source : ec26dca3f0adf92da1940a42e80b6dc4398bf12b
|
2012-01-30 17:02:46 -06:00 |