Kyle Huey
|
2a8f98fb8a
|
Bug 1031051: Part 17 - Manually implement CustomEvent. r=smaug
CustomEvent can't be generated because we still need the XPCOM interface which is used by a11y among others.
|
2014-06-30 16:02:04 -07:00 |
|
Kyle Huey
|
c46bed2510
|
Bug 737976: Remove nsINodeInfo. r=smaug
--HG--
rename : content/base/src/nsNodeInfo.cpp => dom/base/NodeInfo.cpp
rename : content/base/public/nsINodeInfo.h => dom/base/NodeInfo.h
rename : content/base/src/nsNodeInfo.h => dom/base/NodeInfoInlines.h
|
2014-06-19 19:01:40 -07:00 |
|
Olli Pettay
|
9233bc118d
|
Bug 1023280 - Rename dictionary.ToObject to ToObjectInternal, r=bz
|
2014-06-11 22:38:55 +03:00 |
|
Trevor Saunders
|
876b806f62
|
bug 966059 - add nsIDocShell::GetWindow and GetDocument r=smaug
|
2014-01-09 21:03:47 -05:00 |
|
Boris Zbarsky
|
9553dba3d6
|
Bug 987112. Remove the redundant and somewhat annoying parentObject argument to dictionary ToObject() methods. r=bholley
|
2014-03-29 01:45:10 -04:00 |
|
Fabrice Desré
|
c1daa445bf
|
Bug 982491 - Group apps in activities chains in the same process r=cervantes,gene
|
2014-03-25 21:56:35 -07:00 |
|
Masayuki Nakano
|
b7a8d4a392
|
Bug 983049 part.5 Rename nsEventDispatcher to mozilla::EventDispatcher r=smaug
--HG--
rename : dom/events/nsEventDispatcher.cpp => dom/events/EventDispatcher.cpp
rename : dom/events/nsEventDispatcher.h => dom/events/EventDispatcher.h
|
2014-03-18 13:48:21 +09:00 |
|
Marco Castelluccio
|
0c48df7ac8
|
Bug 847518 - window.open(url, "_blank") should open in default browser. r=myk, r=bz
|
2014-02-27 11:56:48 -05:00 |
|
Birunthan Mohanathas
|
7b51758e7a
|
Bug 784739 - Switch from NULL to nullptr in dom/ (1/2); r=ehsan
|
2013-10-28 10:04:12 -04:00 |
|
Olli Pettay
|
bf9b5772ba
|
Bug 926690 - Crash in mozilla::DispatchAsyncScrollEventRunnable::Run(), r=khuey
|
2013-10-16 11:42:28 +03:00 |
|
Boris Zbarsky
|
6195bac64d
|
Bug 817194. Make WebIDL dictionary types sanely initialized by default; add a new Fast subclass to handle cases when we can skip the initialization safely. r=khuey
|
2013-10-09 12:05:22 -04:00 |
|
Ed Morley
|
b29a404ca7
|
Backed out changeset 8fa0cbe4a54d (bug 817194) for build failures
|
2013-10-09 17:48:13 +01:00 |
|
Boris Zbarsky
|
cd528c76db
|
Bug 817194. Make WebIDL dictionary types sanely initialized by default; add a new Fast subclass to handle cases when we can skip the initialization safely. r=khuey
|
2013-10-09 12:05:22 -04:00 |
|
Dale Harvey
|
24b176ad1f
|
Bug 911195 - Properly compartment scroll event object. r=bz
--HG--
extra : rebase_source : 512a70ed17889808f0a6add6b4da7403fb3d4947
|
2013-09-13 15:11:42 +01:00 |
|
Wes Johnston
|
0048bacbed
|
Bug 826325 - Handle preventDefault on mozbrowserwindowopen events r=bz
|
2013-09-09 21:18:46 -07:00 |
|
David Zbarsky
|
0126553574
|
Bug 906901 - Use webIDL dictionaries for BrowerElementParent's event details r=bz
|
2013-08-24 10:08:55 -04:00 |
|
Phil Ringnalda
|
a1de56cb42
|
Back out 27eb88629c56:a26582e3c44d (bug 906901)
CLOSED TREE
|
2013-08-23 19:33:29 -07:00 |
|
David Zbarsky
|
d6f1ccdcb1
|
Bug 906901: Address review nit
|
2013-08-23 21:16:37 -04:00 |
|
David Zbarsky
|
3a05d7fba0
|
Bug 906901 - Use webIDL dictionaries for BrowerElementParent's event details r=bz
|
2013-08-23 21:11:47 -04:00 |
|
David Zbarsky
|
b9c20a7821
|
Bug 894646 - Various dom deCOM cleanups r=Ms2ger
|
2013-07-23 16:39:17 -07:00 |
|
Kartikaya Gupta
|
21233ee23c
|
Bug 879004 - Convert the async scroll offset fields in APZC.h to CSSPoints. r=kentuckyfriedtakahe
|
2013-06-10 09:05:44 -04:00 |
|
Olli Pettay
|
8f72caeb73
|
Bug 822399 - Make Event to use Paris bindings, r=peterv
|
2013-03-09 13:34:29 +02:00 |
|
Ehsan Akhgari
|
621cb2d14d
|
Bug 844169 - Part 1: Rename nsHTMLIFrameElement to mozilla::dom::HTMLIFrameElement; r=bzbarsky
--HG--
rename : content/html/content/src/nsHTMLIFrameElement.cpp => content/html/content/src/HTMLIFrameElement.cpp
rename : content/html/content/src/nsHTMLIFrameElement.h => content/html/content/src/HTMLIFrameElement.h
extra : rebase_source : 67c393954a0c46f80b8729277504e9ced5c64d33
|
2013-02-22 19:59:26 -05:00 |
|
Justin Lebar
|
a1210ca002
|
Bug 828969 - Dispatch the mozbrowserasyncscroll event asynchronously, thus preventing deadlocks (and probably other problems). r=bz
|
2013-01-10 18:48:29 +01:00 |
|
Benjamin Chen
|
a78cacbcff
|
Bug 805746 - Send CustomScroll domevent to browser.js. r=cjones
|
2012-12-25 14:09:34 +08:00 |
|
Randell Jesup
|
29ac5c0b8c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ben Turner
|
2e0265c8ef
|
Bug 784726 - 'Remove old IPC::URI'. r=cjones+khuey.
--HG--
rename : ipc/glue/IPCSerializableParams.ipdlh => ipc/glue/InputStreamParams.ipdlh
extra : transplant_source : %A6%BC%8B%8D%3A_%7Df%2B%FE%AA%94%81%AB%CAW%15K%A7%03
|
2012-08-23 12:33:46 -07:00 |
|
Justin Lebar
|
3b4e0b1899
|
Bug 776129 - Part 1: When an <iframe mozbrowser> calls window.open, the resulting frame must be OOP iff the opener frame is OOP. r=smaug
--HG--
extra : rebase_source : 14db2573db5e9d8ffb72798f3d856f98e49f8a83
|
2012-08-17 17:07:54 -04:00 |
|
Justin Lebar
|
873fa29ab2
|
Bug 781320 - Part 3: Set <iframe mozbrowser>'s name for iframes created via window.open. r=smaug
|
2012-08-13 15:19:10 -04:00 |
|
Justin Lebar
|
f6b8217588
|
Bug 769254 - Part 1: Fix crashes in BrowserElementParent.cpp, TabChild.cpp on null URI to window-opening code. r=bz
Parts 2 and beyond will come at a later date.
|
2012-07-31 23:12:04 -04:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Matt Brubeck
|
1d52142e2d
|
Back out fbdb3104c9e5, d2fe54ae00a8, d378362cbe01, fe623d60bea1 (bug 769254) on suspicion of causing Windows debug mochitest-plain-3 timeouts
|
2012-07-23 20:30:12 -07:00 |
|
Justin Lebar
|
13ac958a2e
|
Bug 769254 - Part 1: Fix crashes in BrowserElementParent.cpp, TabChild.cpp on null URI to window-opening code. r=bz
--HG--
extra : rebase_source : 1cc0e3c15f64dd73f074794de56218c8034478f3
|
2012-07-23 10:44:13 -04:00 |
|
Justin Lebar
|
bbca3c71aa
|
Bug 766871 - Part 1: window.open in <iframe> in in-process <iframe mozbrowser> should work. r=bz
--HG--
extra : rebase_source : 527c8bace08774f44bb5bace92fefad5341dab16
|
2012-06-23 11:05:12 -04:00 |
|
Justin Lebar
|
13518ec124
|
Bug 742944 - Part 4: Handle window.open in <iframe mozbrowser>. r=bz, cjones
--HG--
extra : rebase_source : 4c16c86c5be230af22eea89dfb5f893b7c6091dd
|
2012-06-12 18:01:25 -04:00 |
|