Ms2ger
|
89c7d73327
|
Bug 839053 - Part c: Add a test for HTMLLinkElement attributes reflection; r=bz
--HG--
rename : content/html/content/test/test_li_attributes_reflection.html => content/html/content/test/test_link_attributes_reflection.html
|
2013-02-08 13:50:30 +01:00 |
|
Ms2ger
|
6dcada22b3
|
Bug 839053 - Part b: Move HTMLLinkElement to Paris bindings; r=bz
|
2013-02-08 13:50:30 +01:00 |
|
Ms2ger
|
9f15391f09
|
Bug 839053 - Part a: Rename nsHTMLLinkElement to mozilla::dom::HTMLLinkElement; r=bz
--HG--
rename : content/html/content/src/nsHTMLLinkElement.cpp => content/html/content/src/HTMLLinkElement.cpp
rename : content/html/content/src/nsHTMLLinkElement.cpp => content/html/content/src/HTMLLinkElement.h
|
2013-02-08 13:50:30 +01:00 |
|
Boris Zbarsky
|
ade6b0db6f
|
Bug 839116 part 3. Add tests for HTMLSharedElement attribute reflection. r=ms2ger
--HG--
rename : content/html/content/test/test_li_attributes_reflection.html => content/html/content/test/test_base_attributes_reflection.html
rename : content/html/content/test/test_li_attributes_reflection.html => content/html/content/test/test_dir_attributes_reflection.html
rename : content/html/content/test/test_li_attributes_reflection.html => content/html/content/test/test_html_attributes_reflection.html
rename : content/html/content/test/test_li_attributes_reflection.html => content/html/content/test/test_param_attributes_reflection.html
rename : content/html/content/test/test_li_attributes_reflection.html => content/html/content/test/test_q_attributes_reflection.html
|
2013-02-08 12:20:11 +00:00 |
|
Boris Zbarsky
|
1cb4c2a5d3
|
Bug 839116 part 2. Convert HTMLSharedElement to WebIDL. r=ms2ger
--HG--
rename : dom/webidl/HTMLLIElement.webidl => dom/webidl/HTMLBaseElement.webidl
rename : dom/webidl/HTMLLIElement.webidl => dom/webidl/HTMLDirectoryElement.webidl
rename : dom/webidl/HTMLLIElement.webidl => dom/webidl/HTMLHeadElement.webidl
rename : dom/webidl/HTMLLIElement.webidl => dom/webidl/HTMLHtmlElement.webidl
rename : dom/webidl/HTMLLIElement.webidl => dom/webidl/HTMLParamElement.webidl
rename : dom/webidl/HTMLLIElement.webidl => dom/webidl/HTMLQuoteElement.webidl
|
2013-02-08 12:20:11 +00:00 |
|
Boris Zbarsky
|
cf77d7b5e3
|
Bug 839116 part 1. Rename nsHTMLSharedElement to HTMLSharedElement. r=ms2ger
--HG--
rename : content/html/content/src/nsHTMLSharedElement.cpp => content/html/content/src/HTMLSharedElement.cpp
rename : content/html/content/src/nsHTMLSharedElement.cpp => content/html/content/src/HTMLSharedElement.h
|
2013-02-08 12:20:11 +00:00 |
|
Boris Zbarsky
|
2c2153865c
|
Bug 836850. Allow a single C++ class to implement multiple WebIDL interfaces. r=peterv
--HG--
rename : content/html/content/test/test_li_attributes_reflection.html => content/html/content/test/test_dl_attributes_reflection.html
rename : content/html/content/test/test_li_attributes_reflection.html => content/html/content/test/test_ul_attributes_reflection.html
|
2013-02-08 12:20:11 +00:00 |
|
Ben Turner
|
475f40c407
|
Bug 839117 - 'Don't allow a leaking memory reporter to hang workers'. r=jlebar.
|
2013-02-08 03:50:00 -08:00 |
|
Dão Gottwald
|
126d0a8fe7
|
Bug 825804 - Popup notifications and notification bars shouldn't persist across page reloads. r=gavin
|
2013-02-08 13:15:46 +01:00 |
|
Masatoshi Kimura
|
11f9152670
|
Bug 827032 - Enable FAIL_ON_WARNINGS on MSVC in netwerk/. r=jduell
|
2013-02-08 20:49:30 +09:00 |
|
Masatoshi Kimura
|
96d5342345
|
Bug 830665 - Use the latest JS version by default in XUL. r=jonas
|
2013-02-08 20:49:28 +09:00 |
|
Ed Morley
|
66af3f5307
|
Merge mozilla-central to mozilla-inbound
|
2013-02-08 11:17:50 +00:00 |
|
Anton Kovalyov
|
391096d41f
|
Bug 830668 - Add a keyboard shortcut for the Profiler, r=robcee
|
2013-02-07 11:09:55 -08:00 |
|
Phil Ringnalda
|
87e29c3174
|
Merge m-c to fx-team
--HG--
rename : content/media/webaudio/AudioEventTimeline.h => content/media/AudioEventTimeline.h
|
2013-02-07 07:16:22 -08:00 |
|
Ryan VanderMeulen
|
a9be9c1983
|
Merge the last PGO green inbound changeset to m-c.
|
2013-02-07 09:55:08 -05:00 |
|
Victor Porof
|
c589a602ce
|
Bug 837052 - Editing or deleting getters and setters appears to be allowed even if no eval method is provided, r=past
|
2013-02-07 16:18:08 +02:00 |
|
Ed Morley
|
ddfd14d940
|
Backout changeset d2fda338874d (bug 784591) for causing bug 832571 again
|
2013-02-07 11:20:47 +00:00 |
|
Trevor Saunders
|
d763024384
|
bug 838570 - selection code can sometimes leak a range r=smaug
|
2013-02-07 06:05:24 -05:00 |
|
Vicamo Yang
|
ff216055f0
|
Bug 834193: Implement USSDReceivedEvent, DataErrorEvent and CFStateChangeEvent using codegenerator. r=smaug
|
2013-02-07 19:02:12 +08:00 |
|
Vicamo Yang
|
0ef4a47ec4
|
Bug 835148: Implement SmsEvent using event generator. r=smaug
--HG--
rename : dom/sms/interfaces/nsIDOMSmsEvent.idl => dom/sms/interfaces/nsIDOMMozSmsEvent.idl
rename : dom/sms/interfaces/nsIDOMSmsMessage.idl => dom/sms/interfaces/nsIDOMMozSmsMessage.idl
|
2013-02-07 18:43:22 +08:00 |
|
Jan de Mooij
|
6e72b12f3d
|
Bug 838520 part 1 - Refactor UnwindScope to use AbstractFramePtr. r=djvj
|
2013-02-07 10:26:25 +01:00 |
|
Jan de Mooij
|
0e49be8e6d
|
Bug 838759 - Remove assertJit shell function. r=bhackett
|
2013-02-07 10:21:15 +01:00 |
|
Shian-Yow Wu
|
113cf7dc1c
|
Bug 833526 - Not be able to receive "network-active-change" notification from NetworkManager. r=vicamo
|
2013-02-07 16:21:28 +08:00 |
|
Ms2ger
|
d4e53c47a2
|
Bug 830846 - Pass HandleObject to DefineConstructorAndPrototype; r=terrence
|
2013-02-07 09:13:08 +01:00 |
|
Ms2ger
|
737f439c89
|
Bug 830783 - Part c: Various rooting in RegExp.cpp; r=terrence
|
2013-02-07 09:13:08 +01:00 |
|
Ms2ger
|
7a5571d472
|
Bug 830783 - Part b: Pass MutableHandleValue and HandleString to CreateRegExpMatchResult and ExecuteRegExpLegacy in RegExp.cpp; r=terrence
|
2013-02-07 09:13:08 +01:00 |
|
Ms2ger
|
bbf192f4d7
|
Bug 830783 - Part a: Pass MutableHandleValue to DoMatch in jsstr.cpp; r=terrence
|
2013-02-07 09:13:08 +01:00 |
|
Ms2ger
|
354efa4550
|
Bug 829997 - Pass MutableHandleValue to static RegExp getters; r=sfink
|
2013-02-07 09:13:08 +01:00 |
|
Ms2ger
|
9dd59cd1a1
|
Bug 830000 - Add CallArgs::handleAt; r=Waldo
|
2013-02-07 09:13:08 +01:00 |
|
Ms2ger
|
e5e916e581
|
Bug 829898 - Part c: Various rooting in jsstr.cpp; r=terrence
|
2013-02-07 09:13:08 +01:00 |
|
Ms2ger
|
fd5ee4f6d3
|
Bug 829898 - Part b: Pass a HandleLinearString to Encode & Decode and remove pointless OOM check in jsstr.cpp; r=terrence
|
2013-02-07 09:13:08 +01:00 |
|
Ms2ger
|
15e2cc762a
|
Bug 829898 - Part a: Pass MutableHandleValue to Encode, Decode & TransferBufferToString in jsstr.cpp; r=terrence
|
2013-02-07 09:13:07 +01:00 |
|
Makoto Kato
|
1fa96e5710
|
Bug 838504 - Turn on SSSE3 opt on Skia for Windows. r=gw280
|
2013-02-07 17:13:03 +09:00 |
|
Ms2ger
|
463d937eef
|
Bug 823902 - Use a bit less fromMarkedLocation; r=terrence
|
2013-02-07 09:12:51 +01:00 |
|
Ms2ger
|
ff7b06f564
|
Bug 829206 - Implement CallArgs::get; r=evilpie
|
2013-02-07 09:08:58 +01:00 |
|
Ms2ger
|
7e2c95314c
|
Bug 829205 - Some rooting in Object.cpp; r=terrence
|
2013-02-07 09:08:58 +01:00 |
|
Ms2ger
|
6748cbaf43
|
Bug 838160 - Part c: Add a test for HTMLMetaElement.{name,httpEquiv,content,scheme} reflection; r=bz
--HG--
rename : content/html/content/test/test_map_attributes_reflection.html => content/html/content/test/test_meta_attributes_reflection.html
|
2013-02-07 09:08:58 +01:00 |
|
Ms2ger
|
3455d8c845
|
Bug 838160 - Part b: Move HTMLMetaElement to Paris bindings; r=bz
|
2013-02-07 09:08:58 +01:00 |
|
Ms2ger
|
bcdb782135
|
Bug 838160 - Part a: Rename nsHTMLMetaElement to mozilla::dom::HTMLMetaElement; r=bz
--HG--
rename : content/html/content/src/nsHTMLMetaElement.cpp => content/html/content/src/HTMLMetaElement.cpp
rename : content/html/content/src/nsHTMLMetaElement.cpp => content/html/content/src/HTMLMetaElement.h
|
2013-02-07 09:08:58 +01:00 |
|
Ms2ger
|
9779c5df56
|
Bug 837597 - Part c: Add a test for HTMLModElement.dateTime reflection; r=bz
--HG--
rename : content/html/content/test/test_map_attributes_reflection.html => content/html/content/test/test_mod_attributes_reflection.html
|
2013-02-07 09:08:58 +01:00 |
|
Ms2ger
|
4c0eb3d005
|
Bug 837597 - Part b: Move HTMLModElement to Paris bindings; r=bz
|
2013-02-07 09:08:58 +01:00 |
|
Ms2ger
|
0dfc5fe54e
|
Bug 837597 - Part a: Rename nsHTMLModElement to mozilla::dom::HTMLModElement; r=bz
--HG--
rename : content/html/content/src/nsHTMLModElement.cpp => content/html/content/src/HTMLModElement.cpp
rename : content/html/content/src/nsHTMLModElement.cpp => content/html/content/src/HTMLModElement.h
|
2013-02-07 09:08:57 +01:00 |
|
Ms2ger
|
a5a62e7622
|
Bug 837597 - Part c: Add a test for HTMLMapElement.name reflection; r=bz
--HG--
rename : content/html/content/test/test_ol_attributes_reflection.html => content/html/content/test/test_map_attributes_reflection.html
|
2013-02-07 09:08:57 +01:00 |
|
Ms2ger
|
0034b41450
|
Bug 837597 - Part b: Move HTMLMapElement to Paris bindings; r=bz
|
2013-02-07 09:08:57 +01:00 |
|
Ms2ger
|
52d44d828e
|
Bug 837597 - Part a: Rename nsHTMLMapElement to mozilla::dom::HTMLMapElement; r=bz
--HG--
rename : content/html/content/src/nsHTMLMapElement.cpp => content/html/content/src/HTMLMapElement.cpp
rename : content/html/content/src/nsHTMLMapElement.cpp => content/html/content/src/HTMLMapElement.h
|
2013-02-07 09:08:57 +01:00 |
|
Ms2ger
|
46daf0d7c6
|
Bug 835439 - Remove support for the table[layout] attribute; r=dbaron
|
2013-02-07 09:08:57 +01:00 |
|
Ms2ger
|
97185321af
|
Bug 838182 - Part b: Remove dead code handling outer windows in nsDOMClassInfo::PreCreate; r=mrbkap
|
2013-02-07 09:08:57 +01:00 |
|
Ms2ger
|
aa376cde8e
|
Bug 838182 - Part a: Remove nsWindowSH::SecurityCheckOnAddDelProp and nsWindowSH::SecurityCheckOnSetProp; r=mrbkap
|
2013-02-07 09:08:57 +01:00 |
|
Ms2ger
|
3291ae7f1e
|
Bug 832751 - Make nsHTMLEditRules::ClearCachedStyles return void; r=ehsan
|
2013-02-07 09:08:57 +01:00 |
|
Ms2ger
|
f6f14b0b47
|
Bug 831885 - Turn JS_DHASH_ENTRY_IS_* into inline functions; r=jorendorff
|
2013-02-07 09:08:57 +01:00 |
|