Reuben Morais
|
a366543483
|
Bug 861032 - Fix -Wreinterpret-base-class warning on Codegen.py. r=bz
--HG--
extra : rebase_source : c05d51d8aeed182b85333a347f0b1dfb5d6b1ef9
|
2013-04-11 19:29:50 -07:00 |
|
Joshua Cranmer
|
45e3447406
|
Bug 856108 - Port static analyses to clang, part 2b: use MOZ_STACK_CLASS in dom. r=Ms2ger
|
2013-04-11 22:20:18 -05:00 |
|
Reuben Morais
|
e82c54c5d1
|
Bug 856042 - Tighten up sanitization of arguments to the Contacts API. r=bz r=gwagner
|
2013-04-05 12:22:00 -07:00 |
|
Ehsan Akhgari
|
39a51a3402
|
Bug 861021 - Mark AudioBufferSourceNode.playbackRate as not-addrefed; r=bzbarsky
|
2013-04-11 21:44:42 -04:00 |
|
Reuben Morais
|
bbed98b876
|
Bug 856358 - Follow-up, fix UUID mismatch in ContactManager interface.
|
2013-04-11 17:25:38 -07:00 |
|
Steve Fink
|
17f9d9e469
|
Bug 789593 - Clone typed arrays by cloning their buffers and only saving construction parameters. r=jorendorff, bent
Also enters a compartment where needed, and bumps both the structured clone and IndexedDB schema versions
|
2013-02-22 13:43:28 -08:00 |
|
Reuben Morais
|
7985586743
|
Bug 856358 - Remove ContactProperties types from window. r=gwagner
--HG--
rename : dom/interfaces/contacts/nsIDOMContactProperties.idl => dom/interfaces/contacts/nsIContactProperties.idl
|
2013-04-10 16:09:10 -07:00 |
|
Aaron Klotz
|
10bd2c2386
|
Bug 858800: Removes premature cleanup of Plugin Hang UI's browser-side IPC. r=bsmedberg
--HG--
extra : rebase_source : a587db8df51399a1b68e2912dcc9063c05319080
|
2013-04-11 15:08:55 -06:00 |
|
Gregor Wagner
|
92d9dae787
|
Bug 859601 - mozContacts API - return undefined if the API is unsupported on the platform, not null. r=bent
|
2013-04-11 17:44:33 -04:00 |
|
Guilherme de Araujo ext:(%2C%20Brandon%20Waterloo%20%3Cbrandon.waterloo%40gmail.com%3E)
|
ef248673de
|
Bug 851128 - Introduce custom recognition for the double-tap gesture. r=smichaud
Cocoa does not implement the double-tap gesture by default, so the gesture had to be recognized manually.
|
2013-04-10 14:38:26 -04:00 |
|
Ryan VanderMeulen
|
b880048f4e
|
Backed out 2 changesets (bug 850362, bug 600307) for Windows XP leaks on a CLOSED TREE.
|
2013-04-11 17:00:28 -04:00 |
|
Ryan VanderMeulen
|
541cb7abc4
|
Backed out changeset 5e573a8f7ce1 (bug 856358) for bustage on a CLOSED TREE.
--HG--
rename : dom/interfaces/contacts/nsIContactProperties.idl => dom/interfaces/contacts/nsIDOMContactProperties.idl
|
2013-04-11 15:48:38 -04:00 |
|
leo.bugzilla.gecko@gmail.com
|
d1752a7396
|
Bug 852057 - Sort contacts correctly when givenName or familyName is null. r=gwagner
|
2013-04-11 12:35:24 -07:00 |
|
Reuben Morais
|
ecb856b452
|
Bug 856358 - Remove ContactProperties types from window. r=gwagner
--HG--
rename : dom/interfaces/contacts/nsIDOMContactProperties.idl => dom/interfaces/contacts/nsIContactProperties.idl
extra : rebase_source : 3581687c7285ed8e9c653d1d71f2b60837708679
|
2013-04-10 16:09:10 -07:00 |
|
Michael Vines
|
ae94e43d50
|
Bug 859486 - Add system property to enable the unloading of Wi-Fi drivers r=mrbkap
|
2013-04-10 20:52:48 -07:00 |
|
Jacek Szpot
|
514f40e52a
|
Bug 854503 - Rename JS unwrapping functions. r=bholley
|
2013-04-11 11:50:18 -07:00 |
|
Boris Zbarsky
|
536f3cb891
|
Bug 860551. Fix instanceof for prototype-less interface objects to be saner. r=dzbarsky
|
2013-04-11 14:31:06 -04:00 |
|
Boris Zbarsky
|
d5740592e1
|
Bug 860473 part 3. Root ErrorResult::ThrowJSException. r=evilpie,smaug
|
2013-04-11 14:31:06 -04:00 |
|
Boris Zbarsky
|
9c6066c314
|
Bug 860473 part 2. Root WebIDL dictionary ToObject. r=evilpie,smaug
|
2013-04-11 14:31:06 -04:00 |
|
Boris Zbarsky
|
4cf80a8cde
|
Bug 860473 part 1. Root WebIDL dictionary ParseJSON. r=evilpie, smaug
|
2013-04-11 14:31:05 -04:00 |
|
Ms2ger
|
d783193999
|
bug 851542 - Gamepad to webidl (with nsIVariant). r=smaug
--HG--
extra : rebase_source : ae08a894b592465641ed774688957a446c8966a7
|
2013-04-09 08:43:25 -04:00 |
|
Ryan VanderMeulen
|
3cd54220b2
|
Backed out changesets a550dadafa30 and 315f6b451d07 (bug 857884) for mochitest failures on a CLOSED TREE.
|
2013-04-11 13:59:02 -04:00 |
|
Honza Bambas
|
ed7e4570d4
|
Bug 850362 - reintroduce bug 842852 - localStorage optimizations, r=mak77
|
2013-04-11 18:26:15 +02:00 |
|
Honza Bambas
|
e09acd80df
|
Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug
|
2013-04-11 18:26:06 +02:00 |
|
David Zbarsky
|
321358537b
|
Bug 857884 - Use dom::EventTarget more in content/ and dom/ Part 4 r=Ms2ger
|
2013-04-11 12:24:47 -04:00 |
|
David Keeler
|
b16536ec1e
|
bug 856777 - observe plugin-info-updated in nsPluginArray, not Navigator r=khuey
|
2013-04-10 13:59:45 -07:00 |
|
Ted Mielczarek
|
ace7ab8859
|
Backed out changeset dcf67f13c6bb, bug 851542 for B2G bustage.
|
2013-04-11 09:23:14 -04:00 |
|
Ms2ger
|
cd3a35b28b
|
bug 851542 - Gamepad to webidl (with nsIVariant). r=smaug
|
2013-04-09 08:43:25 -04:00 |
|
Stephen Pohl
|
78359678c7
|
Bug 860429 - Make NPPVJavascriptPushCallerBool a no-op. r=bsmedberg
|
2013-04-11 07:48:10 -04:00 |
|
Henrik Skupin
|
0332052c1a
|
Bug 858135 - Update LocalMediaStreamPlayback inheritance to use Object.create(). r=jesup
|
2013-04-11 07:48:09 -04:00 |
|
Gabor Krizsanits
|
63583713b5
|
Bug 820170 - Wrapping nodes into documents compartment. r=bholley, r=enn
|
2013-04-11 11:59:42 +02:00 |
|
Benoit Girard
|
7263fc1458
|
Backout cb37a2ae805f on a CLOSED TREE
|
2013-04-10 19:43:20 -04:00 |
|
Benoit Girard
|
9a5cbffba6
|
Backout e090321a025c
|
2013-04-10 19:42:56 -04:00 |
|
Ryan VanderMeulen
|
94b3da733f
|
Backed out changeset 9b9a5c42fb46 (bug 859601) for bustage on a CLOSED TREE.
|
2013-04-10 15:44:33 -04:00 |
|
Ben Turner
|
b65f942f9f
|
Bug 859591 - 'Aborted transactions sometimes block all remaining transactions forever'. r=khuey.
|
2013-04-10 09:27:00 -07:00 |
|
Ryan VanderMeulen
|
02beb6561c
|
Backed out changeset 366758c34e31 (bug 859591) for xpcshell failures.
|
2013-04-10 14:45:40 -04:00 |
|
Aryeh Gregor
|
957e302fe1
|
Bug 857102 part 5 - Make NS_NewDocumentFragment etc. infallible; r=bz
|
2013-04-10 17:15:54 +03:00 |
|
Aryeh Gregor
|
3e99dc4f10
|
Bug 857102 part 4 - Make NS_NewCommentNode and nsIDocument::CreateCommentNode infallible; r=bz
|
2013-04-04 15:02:22 +03:00 |
|
Aryeh Gregor
|
6d2305a18c
|
Bug 857102 part 3 - Make various GetNodeInfo callers infallible; r=bz
|
2013-04-04 15:01:11 +03:00 |
|
Aryeh Gregor
|
c446dbef0c
|
Bug 857102 part 2 - Make NS_NewTextNode and nsIDocument::CreateTextNode infallible; r=bz
|
2013-04-04 15:01:08 +03:00 |
|
Benoit Girard
|
41b89e6d25
|
Bug 734691 - Port multi-thread support to win/mac. r=snorp,smaug
--HG--
extra : rebase_source : 600b1e660bb4441e4bb4b83f2ec5c7f4bea93ae0
|
2013-04-03 18:59:17 -04:00 |
|
James Willcox
|
fbb34dde95
|
Bug 734691 - Add multi-thread support to profiler r=benwa
--HG--
extra : rebase_source : 72fdb609181572e9b3aad5dafdfcffb59d33ab5b
|
2013-03-29 15:34:49 -04:00 |
|
Gregor Wagner
|
6331890d3c
|
Bug 859601 - mozContacts API - return undefined if the API is unsupported on the platform, not null. r=bent
|
2013-04-10 11:15:51 -07:00 |
|
Boris Zbarsky
|
01b9201374
|
Bug 859503. Make unknown extended attributes into parse errors. r=khuey
|
2013-04-10 13:49:06 -04:00 |
|
Boris Zbarsky
|
fa4a7c3979
|
Bug 851917. Get rid of the classinfo for HTMLObjectElement, HTMLEmbedElement, HTMLAppletElement, and rip out nsHTMLPluginObjElementSH. r=peterv,johns
|
2013-04-10 13:49:05 -04:00 |
|
David Keeler
|
8cef92685a
|
bug 854467 - fix nsIPluginTag enabled state API r=bsmedberg r=unfocused
|
2013-03-27 14:06:43 -07:00 |
|
Ben Turner
|
70c5f545b9
|
Bug 859591 - 'Aborted transactions sometimes block all remaining transactions forever'. r=khuey.
|
2013-04-10 09:27:00 -07:00 |
|
Andrea Marchesini
|
6d96074134
|
Bug 858893 - Follow-up to fix B2G bustage on a CLOSED TREE.
|
2013-04-10 11:08:08 -04:00 |
|
Andrea Marchesini
|
ae939003db
|
Bug 858893 - Port DesktopNotification to WebIDL. r=Ms2ger
|
2013-04-10 10:20:43 -04:00 |
|
Andrea Marchesini
|
0e487a7ae3
|
Bug 858893 - Rename nsIDOMDesktopNotification to DesktopNotification. r=Ms2ger
--HG--
rename : dom/src/notification/nsDesktopNotification.cpp => dom/src/notification/DesktopNotification.cpp
rename : dom/src/notification/nsDesktopNotification.h => dom/src/notification/DesktopNotification.h
|
2013-04-10 10:20:43 -04:00 |
|