Kartikaya Gupta
|
3fef252deb
|
Bug 845804 - Reuse OpenTempFile from nsMemoryInfoDumper in nsCycleCollector.cpp. r=njn
|
2013-03-01 10:41:17 -05:00 |
|
Josh Matthews
|
7051ffe3ce
|
Backed out changeset 61e57c281b9a (bug 844561) CLOSED TREE
|
2013-03-01 10:35:31 -05:00 |
|
Matt Brubeck
|
000326ffe8
|
Bug 840360 - Extract reftest-content.js's setTimeout implementation into new Timer.jsm [r=jwalker r=cjones sr=gavin]
--HG--
rename : browser/devtools/shared/Browser.jsm => toolkit/modules/Timer.jsm
rename : browser/devtools/shared/test/browser_browser_basic.js => toolkit/modules/tests/xpcshell/test_timer.js
|
2013-02-25 11:08:33 -08:00 |
|
Matt Brubeck
|
a34c727843
|
Bug 846621 - "Open link in new tab" in Metro should open a background tab [r=jimm]
|
2013-03-01 06:50:19 -08:00 |
|
Tom Schuster
|
f8e6abb029
|
Bug 836949 - Remove E4X only unicode flags. r=jwalden
|
2013-02-28 13:50:24 +01:00 |
|
Tom Schuster
|
033a01b37d
|
Bug 844505 - Remove enablePrivilege from test_form_autocomplete.html. r=mounir
|
2013-02-28 13:46:50 +01:00 |
|
Tom Schuster
|
1ee9920178
|
Bug 661961 - change about:plugins to add the path for every extension. r=bsmedberg
|
2013-02-28 13:46:42 +01:00 |
|
Henri Sivonen
|
105dd69a15
|
Bug 844792 addendum - Adjust advice about multipart support removal in XHR and make the message non-localizable. r=smaug.
|
2013-03-01 16:42:39 +02:00 |
|
Paul Adenot
|
2be52b930c
|
Bug 634747 - Expect some assertions on windows on test_seek.html while we investigate. r=edmorley
|
2013-03-01 15:18:58 +01:00 |
|
Carl X. Su
|
c49bdfc83e
|
Bug 365367 - NS_CONSOLEMESSAGE_CONTRACTID removed because it is never used. r=bsmedberg
|
2013-03-01 05:22:56 +08:00 |
|
Josh Matthews
|
548999f234
|
Bug 844561 - Avoid prompting about closing private windows unnecessarily. r=ehsan
|
2013-03-01 09:08:53 -05:00 |
|
Jonathan Kew
|
cdaa066d06
|
bug 846732 - replace tri-license boilerplate with MPL2 in our hyphenation code. r=gerv
|
2013-03-01 13:41:30 +00:00 |
|
Jonathan Kew
|
07f951371b
|
bug 846690 - add a memory-pressure notification observer to the hyphenation manager, to discard dictionaries when we're low on memory. r=smontagu
|
2013-03-01 13:40:10 +00:00 |
|
Gene Lian
|
1ab6d02033
|
Bug 844429 - B2G SMS & MMS: move SMS codes into dom/mobilemessage to make it generic for MMS. r=vicamo
--HG--
rename : dom/sms/interfaces/nsIDOMMozSmsEvent.idl => dom/mobilemessage/interfaces/nsIDOMMozSmsEvent.idl
rename : dom/sms/interfaces/nsIDOMMozSmsMessage.idl => dom/mobilemessage/interfaces/nsIDOMMozSmsMessage.idl
rename : dom/sms/interfaces/nsIDOMNavigatorSms.idl => dom/mobilemessage/interfaces/nsIDOMNavigatorSms.idl
rename : dom/sms/interfaces/nsIDOMSmsCursor.idl => dom/mobilemessage/interfaces/nsIDOMSmsCursor.idl
rename : dom/sms/interfaces/nsIDOMSmsFilter.idl => dom/mobilemessage/interfaces/nsIDOMSmsFilter.idl
rename : dom/sms/interfaces/nsIDOMSmsManager.idl => dom/mobilemessage/interfaces/nsIDOMSmsManager.idl
rename : dom/sms/interfaces/nsIDOMSmsRequest.idl => dom/mobilemessage/interfaces/nsIDOMSmsRequest.idl
rename : dom/sms/interfaces/nsIDOMSmsSegmentInfo.idl => dom/mobilemessage/interfaces/nsIDOMSmsSegmentInfo.idl
rename : dom/sms/interfaces/nsISmsRequest.idl => dom/mobilemessage/interfaces/nsISmsRequest.idl
rename : dom/sms/interfaces/nsISmsService.idl => dom/mobilemessage/interfaces/nsISmsService.idl
rename : dom/sms/src/Constants.cpp => dom/mobilemessage/src/Constants.cpp
rename : dom/sms/src/Constants.h => dom/mobilemessage/src/Constants.h
rename : dom/sms/src/SmsCursor.cpp => dom/mobilemessage/src/SmsCursor.cpp
rename : dom/sms/src/SmsCursor.h => dom/mobilemessage/src/SmsCursor.h
rename : dom/sms/src/SmsFilter.cpp => dom/mobilemessage/src/SmsFilter.cpp
rename : dom/sms/src/SmsFilter.h => dom/mobilemessage/src/SmsFilter.h
rename : dom/sms/src/SmsManager.cpp => dom/mobilemessage/src/SmsManager.cpp
rename : dom/sms/src/SmsManager.h => dom/mobilemessage/src/SmsManager.h
rename : dom/sms/src/SmsMessage.cpp => dom/mobilemessage/src/SmsMessage.cpp
rename : dom/sms/src/SmsMessage.h => dom/mobilemessage/src/SmsMessage.h
rename : dom/sms/src/SmsRequest.cpp => dom/mobilemessage/src/SmsRequest.cpp
rename : dom/sms/src/SmsRequest.h => dom/mobilemessage/src/SmsRequest.h
rename : dom/sms/src/SmsSegmentInfo.cpp => dom/mobilemessage/src/SmsSegmentInfo.cpp
rename : dom/sms/src/SmsSegmentInfo.h => dom/mobilemessage/src/SmsSegmentInfo.h
rename : dom/sms/src/SmsServicesFactory.cpp => dom/mobilemessage/src/SmsServicesFactory.cpp
rename : dom/sms/src/SmsServicesFactory.h => dom/mobilemessage/src/SmsServicesFactory.h
rename : dom/sms/src/Types.h => dom/mobilemessage/src/Types.h
rename : dom/sms/src/android/SmsService.cpp => dom/mobilemessage/src/android/SmsService.cpp
rename : dom/sms/src/android/SmsService.h => dom/mobilemessage/src/android/SmsService.h
rename : dom/sms/src/fallback/SmsService.cpp => dom/mobilemessage/src/fallback/SmsService.cpp
rename : dom/sms/src/fallback/SmsService.h => dom/mobilemessage/src/fallback/SmsService.h
rename : dom/sms/src/ipc/PSms.ipdl => dom/mobilemessage/src/ipc/PSms.ipdl
rename : dom/sms/src/ipc/PSmsRequest.ipdl => dom/mobilemessage/src/ipc/PSmsRequest.ipdl
rename : dom/sms/src/ipc/SmsChild.cpp => dom/mobilemessage/src/ipc/SmsChild.cpp
rename : dom/sms/src/ipc/SmsChild.h => dom/mobilemessage/src/ipc/SmsChild.h
rename : dom/sms/src/ipc/SmsIPCService.cpp => dom/mobilemessage/src/ipc/SmsIPCService.cpp
rename : dom/sms/src/ipc/SmsIPCService.h => dom/mobilemessage/src/ipc/SmsIPCService.h
rename : dom/sms/src/ipc/SmsParent.cpp => dom/mobilemessage/src/ipc/SmsParent.cpp
rename : dom/sms/src/ipc/SmsParent.h => dom/mobilemessage/src/ipc/SmsParent.h
rename : dom/sms/src/ipc/SmsTypes.ipdlh => dom/mobilemessage/src/ipc/SmsTypes.ipdlh
rename : dom/sms/src/ipc/ipdl.mk => dom/mobilemessage/src/ipc/ipdl.mk
rename : dom/sms/src/ril/SmsService.cpp => dom/mobilemessage/src/ril/SmsService.cpp
rename : dom/sms/src/ril/SmsService.h => dom/mobilemessage/src/ril/SmsService.h
rename : dom/sms/tests/Makefile.in => dom/mobilemessage/tests/Makefile.in
rename : dom/sms/tests/marionette/manifest.ini => dom/mobilemessage/tests/marionette/manifest.ini
rename : dom/sms/tests/marionette/test_between_emulators.py => dom/mobilemessage/tests/marionette/test_between_emulators.py
rename : dom/sms/tests/marionette/test_bug814761.js => dom/mobilemessage/tests/marionette/test_bug814761.js
rename : dom/sms/tests/marionette/test_emulator_loopback.js => dom/mobilemessage/tests/marionette/test_emulator_loopback.js
rename : dom/sms/tests/marionette/test_filter_date.js => dom/mobilemessage/tests/marionette/test_filter_date.js
rename : dom/sms/tests/marionette/test_filter_date_notfound.js => dom/mobilemessage/tests/marionette/test_filter_date_notfound.js
rename : dom/sms/tests/marionette/test_filter_mixed.js => dom/mobilemessage/tests/marionette/test_filter_mixed.js
rename : dom/sms/tests/marionette/test_filter_number_multiple.js => dom/mobilemessage/tests/marionette/test_filter_number_multiple.js
rename : dom/sms/tests/marionette/test_filter_number_single.js => dom/mobilemessage/tests/marionette/test_filter_number_single.js
rename : dom/sms/tests/marionette/test_filter_read.js => dom/mobilemessage/tests/marionette/test_filter_read.js
rename : dom/sms/tests/marionette/test_filter_received.js => dom/mobilemessage/tests/marionette/test_filter_received.js
rename : dom/sms/tests/marionette/test_filter_sent.js => dom/mobilemessage/tests/marionette/test_filter_sent.js
rename : dom/sms/tests/marionette/test_filter_unread.js => dom/mobilemessage/tests/marionette/test_filter_unread.js
rename : dom/sms/tests/marionette/test_getmessage.js => dom/mobilemessage/tests/marionette/test_getmessage.js
rename : dom/sms/tests/marionette/test_getmessage_notfound.js => dom/mobilemessage/tests/marionette/test_getmessage_notfound.js
rename : dom/sms/tests/marionette/test_getmessages.js => dom/mobilemessage/tests/marionette/test_getmessages.js
rename : dom/sms/tests/marionette/test_incoming.js => dom/mobilemessage/tests/marionette/test_incoming.js
rename : dom/sms/tests/marionette/test_incoming_delete.js => dom/mobilemessage/tests/marionette/test_incoming_delete.js
rename : dom/sms/tests/marionette/test_incoming_max_segments.js => dom/mobilemessage/tests/marionette/test_incoming_max_segments.js
rename : dom/sms/tests/marionette/test_incoming_multipart.js => dom/mobilemessage/tests/marionette/test_incoming_multipart.js
rename : dom/sms/tests/marionette/test_mark_msg_read.js => dom/mobilemessage/tests/marionette/test_mark_msg_read.js
rename : dom/sms/tests/marionette/test_mark_msg_read_error.js => dom/mobilemessage/tests/marionette/test_mark_msg_read_error.js
rename : dom/sms/tests/marionette/test_message_classes.js => dom/mobilemessage/tests/marionette/test_message_classes.js
rename : dom/sms/tests/marionette/test_outgoing.js => dom/mobilemessage/tests/marionette/test_outgoing.js
rename : dom/sms/tests/marionette/test_outgoing_delete.js => dom/mobilemessage/tests/marionette/test_outgoing_delete.js
rename : dom/sms/tests/marionette/test_outgoing_max_segments.js => dom/mobilemessage/tests/marionette/test_outgoing_max_segments.js
rename : dom/sms/tests/marionette/test_segment_info.js => dom/mobilemessage/tests/marionette/test_segment_info.js
rename : dom/sms/tests/marionette/test_strict_7bit_encoding.js => dom/mobilemessage/tests/marionette/test_strict_7bit_encoding.js
rename : dom/sms/tests/moz.build => dom/mobilemessage/tests/moz.build
rename : dom/sms/tests/test_sms_basics.html => dom/mobilemessage/tests/test_sms_basics.html
rename : dom/sms/tests/test_smsdatabaseservice.xul => dom/mobilemessage/tests/test_smsdatabaseservice.xul
rename : dom/sms/tests/test_smsfilter.html => dom/mobilemessage/tests/test_smsfilter.html
rename : dom/sms/tests/test_smsservice_createsmsmessage.js => dom/mobilemessage/tests/test_smsservice_createsmsmessage.js
rename : dom/sms/tests/xpcshell.ini => dom/mobilemessage/tests/xpcshell.ini
|
2013-03-01 16:38:47 +08:00 |
|
Simon Montagu
|
5d35dacdbd
|
Tests for bug 722299, r=honza.b
|
2013-03-01 03:56:45 -08:00 |
|
Simon Montagu
|
f4d8716aff
|
Changes to existing tests caused by bug 722299, r=honza.b
|
2013-03-01 03:56:45 -08:00 |
|
Simon Montagu
|
b39b4c2755
|
Add a pref to disable the IDN whitelist. Bug 722299, r=honza.b
|
2013-03-01 03:56:44 -08:00 |
|
Simon Montagu
|
466af58c9e
|
New algorithm for when to display IDNs as Unicode. Bug 722299, r=honza.b
|
2013-03-01 03:56:44 -08:00 |
|
Peter Van der Beken
|
74a5cb5265
|
Fix for bug 842799 (|Document.prototype instanceof Node| inside <script> returns false). r=bz.
|
2013-02-22 10:25:24 +01:00 |
|
Paul Adenot
|
1e841b852a
|
Bug 845633 - Make an assertion less spammy when audio hardware is not present. r=kinetik
|
2013-02-28 18:11:04 +01:00 |
|
Paul Adenot
|
8516332d80
|
Bug 846320 - Offset mBasePosition by mStartTime when seeking. r=kinetik
|
2013-02-28 16:05:50 +01:00 |
|
Paul Adenot
|
195ddd726f
|
Bug 846320 - Remove SimpleTest.expectAssertions in test_seek.html. r=dbaron
|
2013-02-28 16:07:58 +01:00 |
|
Robert Longson
|
950c714437
|
Bug 845985 - feComponentTransfer with type=discrete should work with a single tableValue. r=roc
|
2013-03-01 11:17:58 +00:00 |
|
Jim Mathies
|
125e602dac
|
Bug 845308 - Fix for buffer overwrite in crashreporter.cpp. r=ted
|
2013-03-01 04:11:04 -06:00 |
|
Dão Gottwald
|
6813ec4eb1
|
Bug 843971 - Update browser-specific indicators when content gains or releases access to devices. r=dolske
|
2013-03-01 10:28:01 +01:00 |
|
Bob Clary
|
9a3a9bf6e5
|
Bug 846273 - robocop_autophone.ini is not included in the test package, r=ted.
|
2013-03-01 00:32:03 -08:00 |
|
Henri Sivonen
|
4d07797f02
|
Bug 846221 - Make the pref UI explain intl.charset.default better. r=gavin.
|
2013-03-01 10:05:58 +02:00 |
|
L. David Baron
|
71b34f42c8
|
Bug 671976: Fix comment typo in previous commit. DONTBUILD
|
2013-02-28 23:54:42 -08:00 |
|
L. David Baron
|
5bc7385767
|
Bug 671976: Add SpecialPowers.gc() calls so bug 671976 assertions show up in correct tests, and correctly annotate assertions.
|
2013-02-28 23:46:54 -08:00 |
|
Daniel Holbert
|
8986e09212
|
Bug 846460: Remove duplicate period at the end of error message in rules.mk. r=gps
|
2013-02-28 22:45:03 -08:00 |
|
Daniel Holbert
|
fe1bb0bf77
|
Bug 846078 part 2: Use MOZ_ASSERT instead of NS_ABORT_IF_FALSE in VectorImage.cpp. rs=seth
|
2013-02-28 22:45:00 -08:00 |
|
Daniel Holbert
|
81ca8dd08f
|
Bug 846078 part 1: Code-cleanup in helper classes within VectorImage.cpp. r=seth
|
2013-02-28 22:44:59 -08:00 |
|
Daniel Holbert
|
6a3088413e
|
Bug 846046: Make VectorImage member-vars type 'bool' instead of 'bool:1', and use AutoRestore to clear mIsDrawing at the end of Draw(). r=joe
|
2013-02-28 22:44:57 -08:00 |
|
L. David Baron
|
6841bba000
|
Bug 846096: Be more consistent about annotating failures due to bug 846096, and mark them with the bug number.
|
2013-02-28 22:07:48 -08:00 |
|
Boris Zbarsky
|
8b218192b9
|
Bug 845881. Go back to allowing any 2xx response code to a preflight request, since web sites do that. r=sicking
|
2013-03-01 00:57:13 -05:00 |
|
Norbert Lindenberg
|
d3616302be
|
Bug 769872 - Add self-hosted JavaScript core of Intl constructors Collator, NumberFormat, DateTimeFormat (part 14). r=jwalden
--HG--
extra : rebase_source : 03309cc5245306892ae45bad1696f84cfda266a3
|
2013-02-28 21:47:36 -08:00 |
|
Norbert Lindenberg
|
2f9a71ed49
|
Bug 769872 - Add self-hosted JavaScript core of Intl constructors Collator, NumberFormat, DateTimeFormat (part 13). r=jwalden
--HG--
extra : rebase_source : 7591734146c4aa654d3cbdbb8ec9a3671f3fdbdf
|
2013-02-28 20:51:29 -08:00 |
|
Norbert Lindenberg
|
1002d829dc
|
Bug 769872 - Add self-hosted JavaScript core of Intl constructors Collator, NumberFormat, DateTimeFormat (part 12). r=jwalden
--HG--
extra : rebase_source : ed07060d340e7f644b7501635ac40e19e22a8240
|
2013-02-28 20:51:14 -08:00 |
|
L. David Baron
|
865d61bcb7
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
|
Alexander Surkov
|
e8e5086b40
|
Bug 396166 - xul:label@value accessible should implement nsIAccessibleText, r=tbsaunde, roc
|
2013-03-01 13:06:16 +09:00 |
|
Scott Johnson
|
f76958a4ca
|
Bug 724978: Make nsColumnSetFrame handle absolutely positioned children without crashing. [p=ehsan, r=fantasai]
|
2013-02-28 19:56:48 -08:00 |
|
Yati Sagade
|
54fcbb6e17
|
Bug 812179 - Removed hacks for Python < 2.6 from config/ [r=ted]
|
2013-02-27 22:30:56 +05:30 |
|
Ryan VanderMeulen
|
297421e7fb
|
Merge m-c to inbound.
|
2013-02-28 22:30:20 -05:00 |
|
Ryan VanderMeulen
|
eec1b331d5
|
Merge inbound to m-c.
|
2013-02-28 22:28:03 -05:00 |
|
L. David Baron
|
509b5b78a3
|
Bug 404077: Adjust annotations of expected assertions.
|
2013-02-28 17:59:07 -08:00 |
|
Ryan VanderMeulen
|
db70ed53c2
|
Backed out 4 changesets (bug 722299) for B2G mochitest failures on a CLOSED TREE.
|
2013-02-28 20:44:53 -05:00 |
|
Makoto Kato
|
074573b041
|
Bug 842918 - Update symbols.def if autoconf is changed. r=ted
|
2013-03-01 10:13:30 +09:00 |
|
Richard Newman
|
9ac62b8cf5
|
Bug 846463 - Android Nightlies fail to build due to missing /services/sync/locales/Makefile. r=gps
|
2013-02-28 16:48:29 -08:00 |
|
Seth Fowler
|
6dd7438b3f
|
Bug 846028 - Coalesce invalidations in VectorImage. r=dholbert
|
2013-02-28 16:43:43 -08:00 |
|
Sriram Ramasubramanian
|
4d496a1bc6
|
Bug 845511: Accessibility strings for tabs ui. [r=mfinkle]
--HG--
extra : rebase_source : d98af982cea4c526070f03f647dc668013a0b1d5
|
2013-02-28 16:29:20 -08:00 |
|