Ryan VanderMeulen
|
d1492c8590
|
Merge m-c to inbound.
|
2012-07-14 08:48:58 -04:00 |
|
Chris Pearce
|
7968b1c438
|
Bug 772743 - Add pref to not make the widget fullscreen when entering fullscreen. Set it to true for b2g desktop client. r=mounir
|
2012-07-13 22:21:23 +12:00 |
|
Bobby Holley
|
31b22f2653
|
Bug 771202 - Implement post-transplant plugin behavior. r=bsmedberg
|
2012-07-13 10:55:14 +02:00 |
|
Bobby Holley
|
79ab421362
|
Bug 771202 - Add a PostTransplant nsIXPCScriptable hook. r=peterv
|
2012-07-13 10:55:14 +02:00 |
|
Benoit Girard
|
9a5cd93c28
|
Bug 772665 - Add console.profile API to be used by profiling extensions. r=rcampbell
|
2012-07-12 16:04:37 -04:00 |
|
Matt Brubeck
|
cc73496766
|
Back out bug 769254 (a81e5e60dca3, 0afba80f60a1, d5e4f42b8540, 636dfa176232) because of Windows M3 leaks
--HG--
extra : rebase_source : b1dfca300a71e60feafd46a5e93ee99a79d56051
|
2012-07-11 17:30:30 -07:00 |
|
Justin Lebar
|
5fc011fdb8
|
Bug 769254 - Part 2: Modify nsPIWindowWatcher::OpenWindowJS (renamed to OpenWindow2) so we can pass in the URL for target=_blank links without navigating the opened window to that URL. r=bz
--HG--
extra : rebase_source : 1de945d5933824d79866bbc61e2493f96217a9ee
|
2012-07-11 16:02:20 -04:00 |
|
Gregor Wagner
|
01bcc4ce8e
|
Bug 765435 - Make JS heap growth factor depend on the heap size after a GC and GC frequency. r=billm
|
2012-07-11 11:09:53 -07:00 |
|
Boris Zbarsky
|
496f1a1325
|
Bug 771594. Allow preference control over what CSS properties we parse. r=dbaron,dholbert
|
2012-07-13 19:59:05 -04:00 |
|
Nathan Froyd
|
bfff055672
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
L. David Baron
|
5f644a10e6
|
Add flush before we find our pres context, to fix media queries tests on ringmark. (Bug 753777) r=bzbarsky
|
2012-07-07 21:41:27 -07:00 |
|
Mihai Sucan
|
4bf35ecd35
|
Bug 770993 - ConsoleAPI.js consumes excessive amounts of memory; r=dbaron,rcampbell
|
2012-07-07 13:21:04 +03:00 |
|
Nicholas Nethercote
|
12f9b52d1e
|
Bug 687724 (part 3) - Report JS memory consumption for compartments that are associated with |window| objects under "window-objects". r=bholley,jlebar,luke.
--HG--
extra : rebase_source : 20329a698154ef61cea74247d3dccc9f01899829
|
2012-07-05 21:12:37 -07:00 |
|
Bonnie Surender
|
d43d53eaee
|
fixing bug 770656, idle fuzz time for idle notifications. r=jst@mozilla.com
|
2012-07-04 13:21:40 -07:00 |
|
Masayuki Nakano
|
ade943befb
|
Bug 769190 part.2 Rename nsInputEvent::IsWin() and widget::MODIFIER_(SCROLL|WIN) to nsInputEvent::IsOS() and widget::MODIFIER_(SCROLLLOCK|OS) r=smaug
|
2012-07-06 09:42:05 +09:00 |
|
Masayuki Nakano
|
230e9a8242
|
Bug 769190 part.1 Rename Scroll and Win to ScrollLock and OS for the argument of getModifierState() r=smaug, sr=jst
|
2012-07-06 09:42:05 +09:00 |
|
Mounir Lamouri
|
1aae6d606d
|
Bug 769571 - Unprefix Battery API. r=sicking sr=smaug
--HG--
rename : dom/battery/nsIDOMNavigatorBattery.idl => dom/battery/nsINavigatorBattery.idl
|
2012-07-05 12:05:09 +02:00 |
|
Mounir Lamouri
|
81ac65313f
|
Bug 769571 - Unprefix Vibrator API. r=jlebar sr=smaug
|
2012-07-05 12:04:45 +02:00 |
|
Bill McCloskey
|
4093aff673
|
Bug 770759 - Add mutable handles (r=bhackett)
|
2012-07-04 11:12:16 -07:00 |
|
Hessam Salehi
|
ed8015a948
|
Bug 722976 - Stop using nsIPrivateBrowsingService in ConsoleAPIStorage. r=gavin
Stop using the global private browsing state and instead use
PrivateBrowsingUtils to find out the privacy state of the relevant docshell.
|
2012-04-24 20:22:11 +04:30 |
|
Ehsan Akhgari
|
cf18ee9122
|
Backout changeset f568fc280fb0 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:24:55 -04:00 |
|
Mounir Lamouri
|
02510f05bf
|
Bug 770491 - Fix leak introduced by System Message Handler API. r=khuey
|
2012-07-03 15:49:56 +02:00 |
|
Fabrice Desré
|
62b3e61301
|
Bug 755245 - Implement System Message Handler : Part 3, DOM implementation [r=vingtetun,mounir]
|
2012-07-02 17:16:55 -07:00 |
|
Fabrice Desré
|
c5aa869164
|
Bug 755245 - Implement System Message Handler : Part 2, Add a getApp() method to nsGlobalWindow [r=mounir]
|
2012-07-02 17:16:55 -07:00 |
|
Bonnie Surender
|
7fd6df0b47
|
Fixing bug 770175 and bug 770171. Idle API moz assert fix. r=jst@mozilla.com
|
2012-07-02 16:18:57 -07:00 |
|
David Zbarsky
|
d2ee12f6f9
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Bill McCloskey
|
53bd1032a7
|
Bug 758034 - Avoid compartment changed GC resets (r=smaug)
|
2012-06-30 14:18:10 -07:00 |
|
Bill McCloskey
|
5ba066f3bb
|
Bug 758034 - Clean up browser GC API (r=smaug)
|
2012-06-30 14:16:32 -07:00 |
|
Jeff Walden
|
c21829def3
|
Bug 757908 - Remove JSRESOLVE_DECLARING. r=dmandelin
|
2012-05-23 10:22:46 -07:00 |
|
Jeff Walden
|
b59dcbad3d
|
Bug 769040 - Remove JSACC_PARENT. r=dmandelin
|
2012-06-27 14:03:49 -07:00 |
|
Ryan VanderMeulen
|
d3f4db6b67
|
Backout b97cdd8008a0, bc305a9ac000, and 03549c72043d due to Android browser-chrome orange.
|
2012-06-30 11:09:26 -04:00 |
|
Ms2ger
|
afc7a3b381
|
Merge m-c to m-i.
|
2012-06-30 14:50:23 +02:00 |
|
Kyle Huey
|
ada443da57
|
Bug 726378: Unprefix IndexedDB. r=sicking
|
2012-06-29 09:48:35 -07:00 |
|
Bobby Holley
|
83245872f0
|
Bug 754202 - Remove context pushing/popping API. r=mrbkap Each one of these uses grabs the principal off of an object for pushing, but also enters the compartment of that object. So we shouldn't need this anymore.
Can I get a 'hell yeah'?
|
2012-06-28 23:47:55 +02:00 |
|
Bobby Holley
|
ebec529f3b
|
Bug 754202 - Disallow calling EvaluateString{,WithValue} with a principal that doesn't match the global. r=mrbkap
|
2012-06-28 23:47:55 +02:00 |
|
Peter Van der Beken
|
ad2c6d7b5a
|
Fix for bug 762654 (Switch the Azure 2d canvas context to new DOM bindings). r=bz.
|
2012-05-21 23:30:07 +02:00 |
|
Jeff Walden
|
59c3bc6c2e
|
Bug 757908 - Remove JSRESOLVE_DECLARING. r=dmandelin
--HG--
extra : rebase_source : 0aa62ffa45751a55708f904079d901347e6dc9ea
|
2012-05-23 10:22:46 -07:00 |
|
Jeff Walden
|
45373dc2ef
|
Bug 769040 - Remove JSACC_PARENT. r=dmandelin
--HG--
extra : rebase_source : 2890ae28d325fb2d280f7d781e536e264cb30530
|
2012-06-27 14:03:49 -07:00 |
|
Matt Woodrow
|
31125260ee
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-06-30 15:06:11 +12:00 |
|
Peter Van der Beken
|
209dc3f233
|
Fix for bug 762652 (Add the new DOM bindings API to CanvasRenderingContext2D). r=bz.
|
2012-06-13 17:14:15 +02:00 |
|
Andrew McCreight
|
ba92c971ed
|
Bug 754495 - fix assertion. rs=Ms2ger
|
2012-06-29 09:09:17 -07:00 |
|
Bonnie Surender
|
2b42bacc22
|
Fixing bug 715041. Add support for Idle API. r=bent, jst
|
2012-06-29 01:32:21 -07:00 |
|
Vivien Nicolas
|
72c90c5473
|
Bug 760102 - Authorize web applications to use fullscreen by default. r=cpearce
|
2012-06-28 20:54:37 +12:00 |
|
Martin Stransky
|
ac4d102d0d
|
Bug 627699 - Port GTK2 to GTK3, dom patch. r=karlt
|
2012-06-27 20:15:32 -04:00 |
|
Matt Brubeck
|
aa0f6555db
|
Back out 438c192e561b and d6f341e77b68 (bug 762652, bug 762654) on suspicion of breaking Windows PGO tests
|
2012-06-27 16:24:53 -07:00 |
|
Andrew McCreight
|
38b491d028
|
Bug 754495, part 9 - Don't merge too much. r=smaug
|
2012-06-27 08:10:43 -07:00 |
|
Andrew McCreight
|
3d40e25f4b
|
Bug 754495, part 8 - do merging CCs when there's a gray global. r=smaug,mrbkap
|
2012-06-27 08:10:32 -07:00 |
|
Andrew McCreight
|
fd586ea5d8
|
Bug 754495, part 7 - indicate if CycleCollectNow is forced. r=smaug
|
2012-06-27 08:10:20 -07:00 |
|
Andrew McCreight
|
1928ad71fe
|
Bug 754495, part 6 - indicate in error console if we do a merged CC. r=smaug
|
2012-06-27 08:10:09 -07:00 |
|
Andrew McCreight
|
ffbaa85872
|
Bug 754495, part 5 - Add support for compartment merging to cycle collector. r=smaug
|
2012-06-27 08:09:56 -07:00 |
|
Peter Van der Beken
|
60fb9fe77c
|
Fix for bug 762654 (Switch the Azure 2d canvas context to new DOM bindings). r=bz.
--HG--
extra : rebase_source : 04c68533b85dca434e3ab086d8ff5081a323785c
|
2012-05-21 23:30:07 +02:00 |
|
Peter Van der Beken
|
be3b0761b1
|
Fix for bug 762652 (Add the new DOM bindings API to CanvasRenderingContext2D). r=bz.
--HG--
extra : rebase_source : 8e7a2722aa1fb089baa6c1aa8604dcd0e91c1ff2
|
2012-06-13 17:14:15 +02:00 |
|
Peter Van der Beken
|
b46e1cd08a
|
Fix for bug 768669 (Move remaining DOM list proxy bindings from behind the pref). r=bz.
--HG--
extra : rebase_source : 738cd6df3aa353b682f931beaabde74de8c1a2bd
|
2012-06-22 12:34:26 +02:00 |
|
Bill McCloskey
|
6fc5c2649e
|
Bug 762199 - Don't use tinyids in indexeddbg (r=Waldo)
|
2012-06-26 13:35:34 -07:00 |
|
Nicholas Nethercote
|
50cc826df5
|
Bug 711130 (part 1) - Fix "window-objects" measurement inconsistency. r=nfroyd.
--HG--
extra : rebase_source : d58788d8d47eeac7d4ecac85eb016c5fd6c4b739
|
2012-06-25 17:06:50 -07:00 |
|
Jonathan Watt
|
970e60a384
|
Bug 767388 - Kill NS_DEBUG. r=bz.
--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28
|
2012-06-25 20:59:42 +01:00 |
|
Geo Mealer
|
0cac5c86e4
|
Bug 760735 - Write mochitests for Screen Orientation API. r=mounir
|
2012-06-21 14:59:40 -07:00 |
|
Chris Jones
|
4670001039
|
Bug 761927: Fix focus for <iframe mozbrowser remote>. r=jlebar,Enn
|
2012-06-22 18:27:30 -07:00 |
|
Mats Palmgren
|
add9e224d4
|
Bug 575294, bug 760946. part=1/5 r=enndeakin,smaug
|
2012-06-23 03:13:56 +02:00 |
|
Mounir Lamouri
|
ceb5504e0c
|
Bug 766903 - Cleanup eventlisteners when nsScreen is reseted. r=smaug
|
2012-06-22 10:53:23 +02:00 |
|
Mounir Lamouri
|
9321dd3db6
|
Bug 764753 - Unlock screen orientation when the document is left without explicitly exiting fullscreen. r=smaug
|
2012-06-22 10:52:47 +02:00 |
|
Mounir Lamouri
|
0637b22b08
|
Bug 766902 - Don't listen for fullscreenchange when screen has been locked by an application. r=smaug
|
2012-06-22 10:53:03 +02:00 |
|
Jeff Walden
|
de5ac6b321
|
Bug 758912 - Don't use JSCLASS_NEW_RESOLVE_GETS_START in XBL code. r=bz
|
2012-05-29 12:01:30 -07:00 |
|
Ryan VanderMeulen
|
6f685e76ee
|
Backout a07e9d98a7c6 (Bug 627699) due to build bustage.
|
2012-06-21 20:56:10 -04:00 |
|
Martin Stransky
|
03573fa79c
|
Bug 627699 - Port GTK2 to GTK3, dom patch. r=karlt
|
2012-06-21 20:44:38 -04:00 |
|
Jeff Muizelaar
|
a020df3779
|
Bug 767088. Add SAMPLE_LABEL to nsDOMWindowUtils::SendMouseEventToWindow. r=ehsan
This is useful for profiling android text selection.
|
2012-06-11 16:22:14 -07:00 |
|
Jeff Walden
|
e0d399cf0d
|
Bug 765990 - Never use Rooted<T> as a temporary, so that the Rooted->Handle conversion path occurs in only one manner, not two (ambiguous) manners. r=luke
--HG--
extra : rebase_source : d42f8bcf462de54ff6cc7d9054b2561bdd67686a
|
2012-06-14 19:13:27 -07:00 |
|
Ed Morley
|
5a59a93dac
|
Backout 1c5a8d617bff (bug 765990), 617cb36ead59, b3067d05a76a (bug 760995), 79f9a61a1e43 (bug 426163) for bustage
|
2012-06-21 10:00:36 +01:00 |
|
Jeff Walden
|
5593b79924
|
Bug 765990 - Never use Rooted<T> as a temporary, so that the Rooted->Handle conversion path occurs in only one manner, not two (ambiguous) manners. r=luke
|
2012-06-14 19:13:27 -07:00 |
|
Bobby Holley
|
9e215b1aaa
|
Bug 732870 - Have nsDOMStringMapSH::PreCreate use the element as its parent, rather than the window. r=peterv
|
2012-06-21 10:02:36 +02:00 |
|
Johnny Stenback
|
d23c8a48c0
|
Fixing bug 616353. Make DOM constants constant. r=peterv
|
2010-12-03 09:10:46 -08:00 |
|
Mike Hommey
|
894a244c4f
|
Merge last PGO green changeset from mozilla-inbound to mozilla-central
|
2012-06-20 10:53:31 +02:00 |
|
Masatoshi Kimura
|
5664ae8e7a
|
Bug 764916 - Replace nsDOMClassInfo::ThrowJSException with xpc::Throw. r=mrbkap
|
2012-06-19 19:01:10 -04:00 |
|
Mike Hommey
|
b95d1d1421
|
Bug 616262 - Avoid cycle collection participant global variables adding static initializers. r=smaug,r=mccr8,r=Waldo
|
2012-06-04 08:30:26 +02:00 |
|
Peter Van der Beken
|
c35972a603
|
Fix for bug 762651 (Add wrappercache to CanvasRenderingContext2D). r=bz.
|
2012-06-04 21:41:51 +02:00 |
|
Peter Van der Beken
|
a69b9ca912
|
Fix for bug 764277 (New DOM bindings codegen doesn't register classes with constructors). r=jst.
|
2012-06-14 16:56:38 +02:00 |
|
Ehsan Akhgari
|
4830dd98a3
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky
|
2012-06-14 22:31:55 -04:00 |
|
Ms2ger
|
a95f5295e7
|
Bug 762455 - Make nsGlobalWindow::InnerSetNewDocument not return nsresult; r=peterv
|
2012-06-17 10:11:16 +02:00 |
|
Ms2ger
|
c1e5ff949e
|
Bug 762436 - Get rid of the nsresult return value for nsIXPCScriptable::GetScriptableFlags(); r=mrbkap
|
2012-06-17 10:11:16 +02:00 |
|
Gregor Wagner
|
75f06b250a
|
Bug 764682 - Fix B2G build. r=red
|
2012-06-16 11:47:04 -07:00 |
|
Gregor Wagner
|
22fa9d9f64
|
Bug 764682 - Implement wifi events in c++. r=smaug
|
2012-06-16 11:14:12 -07:00 |
|
Ryan VanderMeulen
|
a1cab9283c
|
Merge inbound to m-c.
|
2012-06-16 09:38:43 -04:00 |
|
Tim Taubert
|
cd123e7b32
|
merge m-c to fx-team
|
2012-06-16 12:36:20 +02:00 |
|
Mike Hommey
|
cc362780fd
|
Backout changeset a81526647059 and 560c492f81ad (bug 616262) because of Windows Moth perma-orange
|
2012-06-15 15:50:24 +02:00 |
|
Ed Morley
|
e76a671d8e
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-06-15 13:32:55 +01:00 |
|
Bobby Holley
|
3f91fbc21e
|
Bug 764389 - Update compartment principals on inner window reuse and on document.write. r=bz
|
2012-06-15 08:31:27 +02:00 |
|
Etienne Segonzac
|
9fb4899266
|
Bug 764414 - Let <iframe mozapp> content open popups even when it's in the background. r=bz
|
2012-06-15 07:48:15 +02:00 |
|
Mihai Sucan
|
0195bfa381
|
Bug 761257 - Further improve Web Console output performance; r=dcamp f=bz
|
2012-06-12 14:25:07 +03:00 |
|
Mike Hommey
|
bda3a28b5d
|
Bug 616262 - Avoid cycle collection participant global variables adding static initializers. r=smaug,r=mccr8,r=Waldo
|
2012-06-04 08:30:26 +02:00 |
|
Masatoshi Kimura
|
4376bc3808
|
Bug 743888 - Part 1: Remove SVGException and XPathException. r=jonas
|
2012-06-13 21:12:37 -04:00 |
|
Justin Lebar
|
74b4f95dc9
|
Bug 764130 - Don't crash if NULL pointers are passed to nsIDOMRequestService methods. r=smaug
|
2012-06-13 17:26:10 -04:00 |
|
Nathan Froyd
|
472130abca
|
Bug 763247 - remove bogus assert added in bug 748464; r=bz
|
2012-06-13 15:27:14 -04:00 |
|
Nicholas Nethercote
|
4fd9fd2bdf
|
Bug 760352 (part 2) - Treeify non-JS-compartment KIND_OTHER memory reports where appropriate. r=jlebar.
--HG--
extra : rebase_source : 886b3d40a8dc5f7092ed35ffe280814576ca021b
|
2012-06-11 20:32:26 -07:00 |
|
Nicholas Nethercote
|
a9106b5cbe
|
Bug 760352 (part 1) - Allow KIND_OTHER memory reports to be in trees. r=jlebar.
--HG--
extra : rebase_source : d28d117fbc2c91069222649741f5ef6b567b3e2a
|
2012-06-11 20:29:12 -07:00 |
|
Fabrice Desré
|
b0c52f22b3
|
Bug 761729 - Either implement mozIDOMApplicationEvent in C++, or make WebApps use CustomEvent [r=smaug]
|
2012-06-14 16:03:55 -07:00 |
|
Andrew McCreight
|
64edc63a64
|
Bug 750820 - make oldFocusedContent an nsCOMPtr in nsGlobalWindow::PageHidden. r=bz
|
2012-05-18 15:19:34 -07:00 |
|
Jim Mathies
|
4f6033b3e7
|
Bug 764355 - Add a new edge swipe simple gesture and add a click count value to existing tap gestures for Win8. r=felipe
|
2012-06-14 12:40:12 -05:00 |
|
Gregor Wagner
|
c8b4ad4b1b
|
Bug 764667 - Implement ContactChangeEvent in C++. r=smaug
|
2012-06-14 10:13:12 -07:00 |
|
Peter Van der Beken
|
b36720b35a
|
Fix for bug 760131 (Quickstub argument unwrapping fails for security-wrapped list proxy and paris binding objects). r=bz.
--HG--
extra : rebase_source : 945d58f3b73f25f05528e6c6d69745215cb4793a
|
2012-06-01 18:24:52 +02:00 |
|
Boris Zbarsky
|
ed0d831772
|
Bug 750297 part 2. Switch WebGLUniformLocation to Paris bindings. r=peterv, bjacob
|
2012-06-15 16:25:51 -04:00 |
|