Honza Bambas
|
702559d4dc
|
Bug 749182 - crash in nsSessionStorageEntry::~nsSessionStorageEntry due to a double delete, r=bz
|
2012-04-26 23:07:51 +02:00 |
|
Honza Bambas
|
a7ad7b4c35
|
Bug 746272 - Add missing key caching in localStorage.removeItem, r=bz
|
2012-04-25 14:50:21 +02:00 |
|
Patrick Wong
|
4ccd1d2fbb
|
Bug 745659 - Removed the nsPrintfCString constructor which takes a length and all corresponding instances that call that particular constructor. This is accomplished by removing the length component from the instantiation. r=jlebar
|
2012-04-24 14:43:00 -04:00 |
|
Olli Pettay
|
a575c4db0b
|
Bug 731875 - Geolocation doorhanger might cause a zombie compartment, GeoPositionOptions part, r=dougt
|
2012-04-16 22:08:48 +03:00 |
|
Ms2ger
|
5e571905eb
|
Bug 732708 - Part b: Devirtualize BroadcastChangeNotification and remove a dead implementation; r=honzab
|
2012-04-14 15:06:30 +02:00 |
|
Ms2ger
|
77ca860259
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
|
Ms2ger
|
f575eda9ec
|
Bug 732708 - Part b: Devirtualize BroadcastChangeNotification and remove a dead implementation; r=honzab
|
2012-04-14 15:06:30 +02:00 |
|
Veeraya Pupatwibul
|
a8c0461020
|
Bug 741131 - Clamp negative geolocation timeout values to 0. r=jdm
|
2012-04-13 03:28:00 -04:00 |
|
Nathan Froyd
|
4e2c3da6af
|
Bug 732708 - remove nsIDOMStorageList; r=honzab
|
2012-03-28 12:33:41 -04:00 |
|
Masayuki Nakano
|
0ce6ee8924
|
Bug 668157 part.2 mozilla/dom should use mozilla::Preferences r=jst
|
2012-04-04 13:09:20 +09:00 |
|
Mark Capella
|
62db5d9389
|
Bug 738380 - Remove nsINode::{GetScriptTypeID, SetScriptTypeID}, nsIScriptContext::GetScriptTypeID, nsIScriptRuntime::GetScriptTypeID; r=jst
|
2012-04-01 14:47:48 +02:00 |
|
Olli Pettay
|
c7a649ab35
|
Bug 641821, MutationObserver, r=sicking
--HG--
extra : rebase_source : a680c883b22976edf38eea23fb516215e081084f
|
2012-03-31 09:30:13 -07:00 |
|
Ms2ger
|
339ed99017
|
Bug 738761 - Remove nsIScriptTimeoutHandler::GetScriptVersion and pass JSVersion to nsIScriptContext::EvaluateString; r=jst
|
2012-03-29 23:09:13 +02:00 |
|
Ms2ger
|
0c27c0fd25
|
Bug 738996 - Remove agnostic Hold/DropScriptObject nsContentUtils functions; r=mrbkap
|
2012-03-29 23:09:11 +02:00 |
|
Ms2ger
|
070823abf4
|
Bug 738647 - DOMStorageImpl::GetKey shouldn't throw; r=honzab
|
2012-03-29 23:09:09 +02:00 |
|
Honza Bambas
|
b8bb016dc3
|
Bug 736589, r=jst
|
2012-03-28 01:27:19 +02:00 |
|
Henri Sivonen
|
342883de53
|
Bug 672453 - Whine to console about various character encoding declaration-related authoring errors. r=smaug.
--HG--
rename : extensions/universalchardet/tests/bug631751be_text.html => parser/htmlparser/tests/mochitest/file_bug672453_bomless_utf16.html
|
2012-03-24 13:34:42 +02:00 |
|
Hessam Salehi
|
2bda7efc98
|
Bug 474505 - Replace uses of nsVoidPtrHashkey with nsPtrHashKey<T>; r=bsmedberg
|
2012-03-21 14:07:31 -04:00 |
|
Josh Dhaliwal
|
36b41a1970
|
Bug 735011 - geolocation - support enableHighAccuracy position option. r=dougt
|
2012-03-21 10:52:35 -07:00 |
|
Kyle Machulis
|
5a8150c5e0
|
Bug 735017: Clean up namespaces and naming for gonk dom objects in gonk specific code - Patch 1: Change dom/system/b2g to dom/system/gonk; r=philikon
--HG--
rename : dom/system/b2g/AudioManager.cpp => dom/system/gonk/AudioManager.cpp
rename : dom/system/b2g/AudioManager.h => dom/system/gonk/AudioManager.h
rename : dom/system/b2g/GonkGPSGeolocationProvider.cpp => dom/system/gonk/GonkGPSGeolocationProvider.cpp
rename : dom/system/b2g/GonkGPSGeolocationProvider.h => dom/system/gonk/GonkGPSGeolocationProvider.h
rename : dom/system/b2g/Makefile.in => dom/system/gonk/Makefile.in
rename : dom/system/b2g/RadioInterfaceLayer.js => dom/system/gonk/RadioInterfaceLayer.js
rename : dom/system/b2g/RadioInterfaceLayer.manifest => dom/system/gonk/RadioInterfaceLayer.manifest
rename : dom/system/b2g/SystemWorkerManager.cpp => dom/system/gonk/SystemWorkerManager.cpp
rename : dom/system/b2g/SystemWorkerManager.h => dom/system/gonk/SystemWorkerManager.h
rename : dom/system/b2g/net_worker.js => dom/system/gonk/net_worker.js
rename : dom/system/b2g/nsIAudioManager.idl => dom/system/gonk/nsIAudioManager.idl
rename : dom/system/b2g/nsIRadioInterfaceLayer.idl => dom/system/gonk/nsIRadioInterfaceLayer.idl
rename : dom/system/b2g/nsIWorkerHolder.idl => dom/system/gonk/nsIWorkerHolder.idl
rename : dom/system/b2g/nsRadioInterfaceLayer.h => dom/system/gonk/nsRadioInterfaceLayer.h
rename : dom/system/b2g/ril_consts.js => dom/system/gonk/ril_consts.js
rename : dom/system/b2g/ril_worker.js => dom/system/gonk/ril_worker.js
rename : dom/system/b2g/systemlibs.js => dom/system/gonk/systemlibs.js
rename : dom/system/b2g/tests/header_helpers.js => dom/system/gonk/tests/header_helpers.js
rename : dom/system/b2g/tests/test_ril_worker_buf.js => dom/system/gonk/tests/test_ril_worker_buf.js
rename : dom/system/b2g/tests/test_ril_worker_sms.js => dom/system/gonk/tests/test_ril_worker_sms.js
rename : dom/system/b2g/tests/xpcshell.ini => dom/system/gonk/tests/xpcshell.ini
|
2012-03-14 15:42:31 -07:00 |
|
Doug Turner
|
0d7cf15ad0
|
Bug 733652 - Remove geolocation address handling (v2). Little adoption, costly implementation r=jdm
|
2012-03-08 22:16:25 -08:00 |
|
Ed Morley
|
1f10388ce3
|
Backout 8b74d5ae78c3 & c619bbb2951f (bug 734391), 772c994fa869 (bug 734324), fd23ff0f9dd1 (bug 734325), d1e037a9390e (bug 733653), 3a7bf79b5b2d (bug 733650) & 9d9392fce538 (bug 733652) for OS X M1 & M3 orange
|
2012-03-13 22:29:29 +00:00 |
|
Doug Turner
|
375ef173be
|
Bug 733652 - Remove geolocation address handling (v2). Little adoption, costly implementation r=jdm
|
2012-03-08 22:16:25 -08:00 |
|
Masatoshi Kimura
|
dceba2b661
|
Bug 721569 - Implement nullable types. r=khuey
|
2012-03-12 21:44:51 -07:00 |
|
Olli Pettay
|
b063392a27
|
Bug 734057 - Make nsDOMEventTargetHelper to not have strong pointer to window, r=jst,bent
|
2012-03-13 02:56:07 +02:00 |
|
Masatoshi Kimura
|
57efec8a03
|
Bug 734548 - Fix crash when StorageEvent.storageArea is null. r=smaug
|
2012-03-10 12:00:13 -05:00 |
|
Olli Pettay
|
beb0053f42
|
Bug 730891, event ctor for StorageEvent, r=sicking,kyle
|
2012-03-08 23:27:05 +02:00 |
|
Matheus Kerschbaum
|
71d2922dd0
|
Bug 687579 part 1: Remove globalStorage implementation. r=jst
Bug 687579 part 1: Remove globalStorage implementation. r=jst
|
2011-10-09 22:14:00 -04:00 |
|
Nicholas Nethercote
|
da738c5677
|
Bug 723799 - Use mallocSizeOf in the DOM memory reporters. r=mounir.
--HG--
extra : rebase_source : 2eb96d2f901bbe4cc1ff6dbccdec4dc4099b08fc
|
2012-02-01 13:58:01 -08:00 |
|
Rafael Ávila de Espíndola
|
54da344f3d
|
Bug 727233 - don't delete an interface. r=doug.turner.
|
2012-02-27 08:28:25 -05:00 |
|
Honza Bambas
|
199e57e8b9
|
Bug 495337 - Make sessionStorage use principals instead of string domains, r=bz+bclary
|
2012-02-23 18:41:25 +01:00 |
|
Bill McCloskey
|
d15702e36f
|
Bug 641025 - Incremental GC (r=igor,smaug,roc,cdleary,gregor)
|
2012-02-17 14:35:20 -08:00 |
|
Geoff Lankow
|
c59ab7ad07
|
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part G, remove remaining uses of nsIPrefBranch2; r=bsmedberg
|
2012-01-18 23:23:28 +13:00 |
|
Vladan Djeric
|
0740a53911
|
Bug 714964 - Add a 'dirty bit' column to webappsstore2_temp to reduces writes in DOM storage. r=honzab
|
2012-02-13 14:18:38 -05:00 |
|
Panagiotis Koutsourakis
|
9c7dfb9706
|
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 |
|
Olli Pettay
|
0ee8497d4d
|
Bug 720808 - Add nsJSEventListener and nsGlobalWndow to BBP, r=mccr8
--HG--
extra : rebase_source : e6512fe1b8b19b3ddd959b992ce0f2672b0b072f
|
2012-01-26 16:03:21 +01:00 |
|
Makoto Kato
|
594c2f1293
|
Bug 720957 - contentLength is unsed in nsJSONListener::OnDataAvailable. r=smaug
|
2012-01-25 20:15:20 +09:00 |
|
Josh Matthews
|
0f4c1c9a41
|
Bug 715700 - Cache all keys when setting a value in memory DBs r=mayhemer
|
2012-01-20 04:04:13 -05:00 |
|
Kan-Ru Chen
|
e75ba1199e
|
Bug 711300 - Add GPS support for gonk. r=jdm
|
2012-01-19 15:53:51 +01:00 |
|
Marco Bonardo
|
aaeb2cbf1d
|
Bug 712006 - Remove the Binder class from localStorage.
r=honzab
|
2012-01-11 11:43:15 +01:00 |
|
Marco Bonardo
|
5500e7060d
|
Bug 711972 - Use a StatementCache in localStorage.
r=honzab
|
2012-01-11 11:43:12 +01:00 |
|
Vladan Djeric
|
281a3a80fb
|
Bug 711970 - Open localStorage DBs with the faster openUnsharedDatabase. r=mayhemer
|
2012-01-10 14:10:16 -05:00 |
|
Josh Matthews
|
bb28a949bf
|
Bug 716127 - Test for overlapping geolocation provider shutdown and unfulfilled request. r=dougt
|
2012-01-09 15:27:43 -05:00 |
|
Josh Matthews
|
d948356ebc
|
Bug 716127 - Avoid shutting down geolocation providers if one-shot updates are pending. r=dougt
|
2012-01-09 15:27:06 -05:00 |
|
Nathan Froyd
|
c9149bf1f8
|
Bug 712427 - provide more information in SQL PRAGMA queries; r=mak
|
2012-01-05 18:46:35 -05:00 |
|
Boris Zbarsky
|
553111de9c
|
Bug 624621 part 2. Add an origin principal argument on nsIScriptContext::EvaluateString and pass that through to the JS engine. r=mrbkap
|
2011-12-19 12:47:52 -05:00 |
|
Phil Ringnalda
|
6755b58eda
|
Back out 316d6a49a603 and 98617f7b667b (bug 624621) for jsreftest failures
|
2011-12-19 18:40:16 -08:00 |
|
Ed Morley
|
8e61642d6a
|
Bug 704056 - Remove countryCode from nsIDOMGeoPositionAddress since it's not in the spec; r=dougt
|
2011-12-20 02:21:52 +00:00 |
|
Boris Zbarsky
|
afebd76ac7
|
Bug 624621 part 2. Add an origin principal argument on nsIScriptContext::EvaluateString and pass that through to the JS engine. r=mrbkap
|
2011-12-19 12:47:52 -05:00 |
|
Matt Brubeck
|
1a0a35d860
|
Back out c68ddc33f098 and 18332142caa5 (bug 624621) for jsreftest failures
|
2011-12-19 10:42:27 -08:00 |
|