Hessam Salehi
|
b568dd684b
|
Bug 474505 - Replace uses of nsVoidPtrHashkey with nsPtrHashKey<T>; r=bsmedberg
|
2012-03-21 14:07:31 -04:00 |
Doug Turner
|
db7a42a5d6
|
Bug 735330 - move device motion from dom/system to hal. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. cocoa bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. window/qt/linux bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. move accuracy into sensor data. support compassneedscalibration. r=jdm
--HG--
rename : dom/system/cocoa/smslib.h => hal/cocoa/smslib.h
rename : dom/system/cocoa/smslib.mm => hal/cocoa/smslib.mm
|
2012-03-20 23:36:17 -07:00 |
Matt Brubeck
|
4b5474c5bf
|
Back out bug 735330, bug 737462, bug 734854 because they broke XUL Fennec
--HG--
rename : hal/cocoa/smslib.h => dom/system/cocoa/smslib.h
rename : hal/cocoa/smslib.mm => dom/system/cocoa/smslib.mm
|
2012-03-20 16:59:24 -07:00 |
Doug Turner
|
357608e890
|
Bug 735330 - move device motion from dom/system to hal. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. cocoa bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. window/qt/linux bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. move accuracy into sensor data. support compassneedscalibration. r=jdm
--HG--
rename : dom/system/cocoa/smslib.h => hal/cocoa/smslib.h
rename : dom/system/cocoa/smslib.mm => hal/cocoa/smslib.mm
|
2012-03-20 14:46:14 -07:00 |
Doug Turner
|
40537571d8
|
Bug 734325 - implement compassneedscalibration event. r=jdm
|
2012-03-13 16:57:09 -07:00 |
Ed Morley
|
a8399ebd3b
|
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
|
aacd3090ef
|
Bug 734325 - implement compassneedscalibration event. r=jdm
|
2012-03-13 09:59:24 -07:00 |
Geoff Lankow
|
f5ab0eae1b
|
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part G, remove remaining uses of nsIPrefBranch2; r=bsmedberg
|
2012-01-18 23:23:28 +13:00 |
Edmund Wong
|
71332a9d6b
|
Bug 693172 - Moved all subclasses of nsDOMEventTargetWrapperCache to nsDOMEventTargetHelper and then merged the classes. r=smaug
|
2012-02-08 10:53:33 +08: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 |
Jonathan Kew
|
00896f2eae
|
backout c18523b51058 (bug 716014) on suspicion of causing Win Debug reftest timeouts.
|
2012-02-03 14:01:35 +00:00 |
Olli Pettay
|
e402dbaa9b
|
Bug 716014 - Use CompartmentGC more often, r=billm,mccr8
|
2012-02-02 22:34:53 +02:00 |
Bill McCloskey
|
a01aa6f6de
|
Bug 706227 - Add way for JS_GC API users to give detailed reason for invocation (r=mccr8)
|
2012-01-25 10:59:55 -08:00 |
Jeff Walden
|
441e281add
|
Bug 711775 - Implement MOZ_NORETURN to encapsulate this-function-doesn't-return semantics. r=cjones
--HG--
extra : rebase_source : d56f3ef47e11c42b5fe6a442e13fd6202208914f
|
2011-12-17 16:45:29 -05:00 |
Mounir Lamouri
|
89296557c6
|
Bug 707870 - Disconnect mListenerManager in nsDOMEventTargetHelper instead of expecting inheriting classes to do it. r=smaug
|
2011-12-08 16:31:14 +08:00 |
Andrew Quartey
|
5a25ab6907
|
Bug 613360 - Safe use of thread observers in ContentParent. f=josh r=bsemdberg
|
2011-12-02 13:33:05 +01:00 |
Olli Pettay
|
38944b09f3
|
Bug 705651, simplify message manager, and remove certainly useless comment about OMIT_COMPONENTS_OBJECT, r=mrbkap
|
2011-11-30 17:51:40 +02:00 |
Ryan VanderMeulen
|
51eb45cb2d
|
Bug 705356 - Remove JSOPTION_JIT and JSOPTION_PROFILING. r=dvander
|
2011-11-28 14:57:31 -08:00 |
Masayuki Nakano
|
c7a2c88bf3
|
Bug 685395 part.4 IME open state should be able to set/get by InputContext r=roc, sr=matspal
|
2011-11-27 20:51:53 +09:00 |
Masayuki Nakano
|
ba6855515c
|
Bug 685395 part.3 Rename SetInputMode()/GetInputMode() to SetInputContext()/GetInputContext() and make SetInputContext() take the reason by a separated argument r=roc, sr=matspal
|
2011-11-27 20:51:52 +09:00 |
Masayuki Nakano
|
0234d8db0c
|
Bug 685395 part.2 Move IMEContext to mozilla::widget::InputContext r=roc
|
2011-11-27 20:51:52 +09:00 |
Mounir Lamouri
|
805fbbde69
|
Bug 674725 - Part G - Add PSms IPDL sub-protocol. r=smaug sr=cjones
|
2011-11-20 23:40:53 +01:00 |
Michael Wu
|
1a784cecd2
|
Bug 694206 - Add Gonk (B2G) widget backend, r=cjones
|
2011-11-10 16:17:46 -08:00 |
Chris Jones
|
4723764a0f
|
Bug 679966, part 1: Add vibrator support for android. r=blassey,cjones
|
2011-09-30 00:00:48 -07:00 |
Ed Morley
|
b4eeea3edf
|
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
|
2011-11-05 18:35:59 +00:00 |
Rail Aliiev
|
a2113b4d42
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
Neil Rashbrook
|
b7b9c37f6f
|
Bug 698217 DeCOMtaminate nsIPrefServiceInternal r=roc
|
2011-11-02 14:51:39 +00:00 |
Brian Smith
|
8d3797faf4
|
Bug 686248: Add isExtendedValidation to nsISSLStatus so it can be used by mobile, r=meyhemer
--HG--
extra : rebase_source : 6d21f2fdc3cb587874662cc23f84503e63b95ed1
|
2011-10-30 11:43:06 -07:00 |
Oleg Romashin
|
1bf4a5f86f
|
Bug 694706 - Get rid of checkerboard for remote viewport. r=cjones
|
2011-10-20 15:17:09 -07:00 |
Josh Matthews
|
94348ff9fc
|
Bug 691424 - Ensure that plugin processes that can't create a crash reporter actor abort the plugin creation process. r=bsmedberg
|
2011-10-19 15:32:17 -04:00 |
Olli Pettay
|
d30d7c0831
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 2, r=jst
--HG--
extra : rebase_source : 53dc2ec386f6e4147587e6be3c53d297ad71d57a
|
2011-10-18 14:19:44 +03:00 |
Olli Pettay
|
c3c86f516c
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 1, r=jst
--HG--
extra : rebase_source : baf1a25cdea68d499a7673fdf96e27b5a12dc83c
|
2011-10-18 13:53:36 +03:00 |
Ehsan Akhgari
|
1deb9f1504
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
Yazen Ghannam
|
5fa67397c4
|
Bug 677085 - Merge "nsIDOMNSHTMLFrameElement" into "nsIDOMHTMLFrameElement"; r=bz
|
2011-10-15 09:34:31 +02:00 |
Olli Pettay
|
2b5a4b26bb
|
Bug 680413 - Allow using child process message manager in chrome process, r=benjamin
|
2011-10-11 13:28:46 +03:00 |
Olli Pettay
|
abb7a365d9
|
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 |
Chris Jones
|
529d5a6c34
|
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 |
Jiten Thakkar
|
389b359d80
|
Bug 683245 - Make navigator.buildID and navigator.version work in content processes. r=bsmedberg
|
2011-10-04 16:31:00 -04:00 |
Phil Ringnalda
|
e5f6505935
|
Back out 68b6b149d652 (bug 683245) for xpcshell timeouts in test_content_annotation.js
|
2011-10-03 15:17:21 -07:00 |
Jiten Thakkar
|
ddfa4d2d2b
|
Bug 683245 - Allow retrieving navigator.buildID and navigator.version in content processes. r=bsmedberg
|
2011-10-03 13:08:00 -04:00 |
Ms2ger
|
b0decda264
|
Bug 688468 - Fix up nsIFrameMessageManager::sendAsyncMessage/nsISyncMessageSender::sendSyncMessage IDL signature; r=bz
|
2011-10-01 18:14:36 +02:00 |
Josh Matthews
|
dada380a92
|
Bug 581341 - Part 4: Always run the IPC testshell callback, regardless of execution success or failure. r=bent
|
2011-06-23 19:31:58 -04:00 |
Josh Matthews
|
8083594d0e
|
Bug 581341 - Part 2: Hook up CrashReporter functions to IPC. r=ted
|
2011-06-08 16:21:03 -04:00 |
Josh Matthews
|
492af5a867
|
Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones
|
2011-06-08 15:56:31 -04:00 |
Michael Wu
|
ac54b41b01
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
Matthew Gregan
|
f8ab237377
|
Bug 689432 - Disambiguate use of "samples" by introducing "frames" in a number of places. r=doublec
|
2011-09-27 16:31:18 +13:00 |
Jonathan Kew
|
4332abb7f3
|
bug 684889 - refactor and clean up Android font-list implementation. r=jdaggett
|
2011-09-23 12:15:36 +01:00 |
Ed Morley
|
7767126300
|
Backout changeset 864c08bd7c63 (bug 684889) for Android bustage
|
2011-09-23 10:36:16 +01:00 |
Jonathan Kew
|
1a937a885c
|
bug 684889 - refactor and clean up Android font-list implementation. r=jdaggett
|
2011-09-23 09:53:13 +01:00 |
Masayuki Nakano
|
8e5c526540
|
Bug 543789 part.1 Add DOM3 composition events r=smaug, sr=roc
|
2011-09-22 18:17:40 +09:00 |