Marco Bonardo
3c6c1791d8
Merge mozilla-central and mozilla-inbound
2011-08-27 10:40:12 +02:00
Matt Woodrow
b98fe1bd08
Bug 505115 - Part 14a - Add -moz-transform-style css property. r=dbaron
2011-08-27 12:01:06 +12:00
Olli Pettay
7532bbf6d5
Bug 682264 - Make EventListenerManager participate to the DOM Memory Reporter, r=volkmar,bz
2011-08-27 01:39:00 +03:00
Matt Brubeck
7995ca5fd4
Merge the last green changeset from mozilla-inbound to mozilla-central
2011-08-26 09:17:54 -07:00
Ben Turner
08fad93399
Bug 681930, r=sicking.
2011-08-26 01:21:35 -07:00
Ms2ger
27a1795f34
Bug 672054 - Part b: Remove nsIDOMNSMouseEvent; r=smaug
2011-08-26 09:43:56 +02:00
Ms2ger
0b1536d069
Bug 672054 - Part a: Remove nsIDOMNSUIEvent; r=smaug
2011-08-26 09:43:49 +02:00
Josh Matthews
134e9f8707
Bug 681941 - Ensure that we always clear geolocation requests that are not long-lived, and never clear ones that are. r=dougt
2011-08-25 15:13:25 -04:00
Ben Turner
b31d6931af
Bug 677273 - 'Crash in mozilla::dom::workers::WorkerPrivate::RescheduleTimeoutTimer'. r=sicking.
2011-08-26 00:34:10 -07:00
Josh Matthews
9a5e780699
Bug 674738 - Geolocation XPCShell test really slow on Windows 7 build slave. r=jdm/dougt
2011-08-24 11:36:00 -04:00
Chris Double
b95429c9e0
Bug 648595 - Part 1/2: Implement temporal dimension portion of Media Fragments URI specification for video/audio - r=cpearce
...
--HG--
extra : rebase_source : f9b5986e739a091c37caeb882904434f21fb6d81
2011-08-25 11:42:23 +12:00
Mats Palmgren
f1c56f2e22
Bug 653649 - New way of getting child lists from frames. (part 4/5) r=roc
...
Remove the nsIAtom* child list names and use child list ID enum instead.
2011-08-24 22:54:30 +02:00
Boris Zbarsky
1c9abe2f8d
Bug 659350 part 5. The guts of the change to move from storing inline event handlers on the JSObject to storing them in the event listener manager directly, so we can easily set/read them via IDL.
...
The changes here are as follows:
1) nsIJSEventListener now stores the handler. This is guaranteed to be already bound properly, if needed, before being set in the nsIJSEventListener.
2) The old classinfo glue to deal with on* properties is gone.
3) IDL-based methods for on* properties have been added.
2011-08-24 15:49:25 -04:00
Boris Zbarsky
621f69c2c1
Bug 659350 part 3. Add nsITouchEventReceiver for elements. r=smaug
2011-08-24 15:49:25 -04:00
Boris Zbarsky
65b18775af
Bug 659350 part 2. Add nsITouchEventReceiver for windows. r=smaug
2011-08-24 15:49:25 -04:00
Boris Zbarsky
467edd9085
Bug 659350 part 1. Add an nsITouchEventReceiver interface that will hold the touch-related on* properties, make it possible to declare conditional interfaces in classinfo, and make this new interface conditional on the touch event preference for documents. r=smaug,peterv
2011-08-24 15:49:25 -04:00
Oleg Romashin
8f2bbbce9e
Bug 677712 - Make Qt port support No X11 build; r=dougt,joe
...
--HG--
rename : dom/plugins/ipc/NPEventX11.h => dom/plugins/ipc/NPEventUnix.h
2011-08-24 17:15:58 +01:00
Rafael Ávila de Espíndola
c8421d78b7
Bug 681036 - Fix c++0x initializer list error found by clang. r=karlt
...
The C++11 draft says about initializer lists:
"If a narrowing conversion (see below) is required to convert any of
the arguments, the program is ill-formed."
and
"A narrowing conversion is an implicit conversion...
from an integer type or unscoped enumeration type to an integer type
that cannot represent all the values of the original type, except where
the source is a constant expression..."
--HG--
extra : rebase_source : c4e5fcc0442050c4d9788c4a260249437acfaea6
2011-08-24 09:00:16 -04:00
Oleg Romashin
34f33d2226
Bug 680488 - QFeedBack include is not needed for geolocation provider file; r=dougt
2011-08-23 17:45:10 +01:00
Neil Deakin
82d84500ed
Bug 666256, cannot drop files onto a plugin, r=smaug
2011-08-23 08:54:37 -04:00
Michael Ventnor
0523fe3efe
Bug 446569 - Implement prefixed CSS3 columns shorthand r=dbaron
2011-08-23 14:18:22 +10:00
Kyle Huey
a6e190d141
Bug 681024: Don't do third party checks on indexedDB for chrome windows. r=bent
2011-08-22 16:35:01 -04:00
Bobby Holley
3db4e4651c
Bug 679494 - UUID rev followup. r=khuey
2011-08-22 12:22:49 -07:00
Geoff Brown
fcf5c93a68
Bug 668349 - Changes to xpcshell.ini; r=jmaher
2011-08-22 09:00:50 +01:00
Matheus Kerschbaum
1dc45643a7
Bug 679971 - Remove Navigator.taintEnabled(); r=gal
2011-08-21 09:27:29 +01:00
Ed Morley
c6cff6ca51
Bug 667021 - Remove nsIDOMDocumentCSS.idl from the tree; r=roc
2011-08-20 13:42:39 +02:00
Bobby Holley
461de28389
Bug 679494 - Wrap value returned from nsDOMMessageEvent::GetData. r=mrbkap
2011-08-18 12:10:00 -07:00
Matt Brubeck
eb3dcefecf
Merge last green changeset from mozilla-central to mozilla-inbound
2011-08-19 16:26:25 -07:00
Jim Mathies
cda1220e4c
Bug 680528 - Make use of the cached UserAgent string in PluginModuleChild. r=bent
2011-08-19 15:25:09 -05:00
Benjamin Smedberg
75ebf12f44
Merge the electrolysis branch to mozilla-central.
2011-08-19 10:15:52 -04:00
Marco Bonardo
83f600a726
Merge last green changeset from mozilla-inbound to mozilla-central
2011-08-19 11:39:42 +02:00
Doug Turner
9cad6c7290
Bug 678818 - Ensure that the device motion is cancelled at ~nsGlobalWindow. r=jst
2011-08-18 19:27:41 -07:00
Matt Brubeck
0336b4553c
Back out 6409a44ecb17 (bug 677173) because of test failures.
2011-08-18 19:04:06 -07:00
Matt Woodrow
ae0c15b0c7
Bug 677173 - Remove 3D transform IDL properties until it is enabled by default. r=dbaron
2011-08-19 12:43:12 +12:00
Matthew Gregan
1f023245aa
Bug 623444 - Remove unused non-blocking code from nsAudioStream. r=doublec
2011-08-08 12:51:04 +12:00
Benjamin Smedberg
48fea83d05
Bug 675221 part E - fix up DOMStorage proxies (miscellaenous #includes from other places also included) r=mayhemer
...
--HG--
extra : rebase_source : 834aafda6e819602e73bd6017849bc4eaa202226
2011-08-19 11:50:37 -04:00
Oleg Romashin
4c4fa57f0a
Bug 679283 - Implement DeviceMotion deviceOrientation for Qt port r=dougt
2011-08-19 13:09:26 +02:00
Brad Lassey
0ff9802473
bug 654352 - document.caretPositionFromPoint API r=roc,smaug
2011-08-18 16:54:34 -04:00
Oleg Romashin
6c7260ce7e
Bug 621228 - Make plugins listening presShell SetActive calls. r=jst
2011-08-18 22:08:38 +02:00
Doug Turner
52301a13c0
Bug 677256 - Migrate to Google Location Service v2. r=stover
...
--HG--
extra : rebase_source : ffd978d72ce3100db4f3fb6db8c26745fe2a5eb8
2011-08-09 13:02:39 -07:00
Olli Pettay
2fecadd5dd
Bug 669640 - Fix the message manager API to work with multiple content processes, r=bsmedberg
...
--HG--
extra : rebase_source : bdb66e3f1a9a956d80b2e01869a7ed15b3710c0e
2011-08-02 15:57:48 -04:00
Benjamin Smedberg
3ad781c193
Bug 666748 - Optionally support a pool of content processes instead of a single one. r=jdm The followup patch for 669640 must land together with this one.
2011-08-02 15:35:42 -04:00
Josh Aas
9f805296c5
Bug 675309: Get rid of unnecessary calls to nsNPAPIPluginInstance::Start(). r=jst
2011-08-02 13:49:05 -04:00
Kyle Huey
2b024fafc7
Merge b-s to m-c.
2011-08-02 11:34:34 -04:00
Marco Bonardo
baa593cf17
Merge mozilla-central and mozilla-inbound
2011-08-02 11:52:56 +02:00
Michael Wu
45846283da
merge backout (bug 664249) for possible orange
2011-08-01 21:19:12 -07:00
Michael Wu
70b34aa4c0
Backed out changeset f29ddae820bf (bug 664249) for possible orange r=killer
2011-08-01 21:18:48 -07:00
Ben Turner
893fdf3927
Bug 674721 - 'Add memory reporting for web worker data'. r=jst+njn.
...
--HG--
extra : transplant_source : 9%D0%8D%BF%CE%B1Z%CC%85%EF%F5e%28%0B%A9%D1%18%99%21%11
2011-08-01 21:06:17 -07:00
Masayuki Nakano
a2e2baf3cd
Bug 658194 Get rid of SendMessage() from mouse wheel event handling r=jimm
2011-08-02 12:03:15 +09:00
Nikhil Marathe
a2611c69a8
Bug 664249 - API fixes for inlined TypedArray properties. r=mrbkap
...
--HG--
extra : rebase_source : fd068e786d6d49b4800a6efebf9811191a6309ef
2011-08-01 15:50:04 -07:00