Ms2ger
|
c26449c818
|
Bug 839053 - Part b: Move HTMLLinkElement to Paris bindings; r=bz
|
2013-02-08 13:50:30 +01:00 |
|
Ms2ger
|
473c834f8d
|
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
|
29957b7b8b
|
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
|
96a978de51
|
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
|
4a140aa268
|
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
|
24d9f6a70b
|
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
|
f6f1ac3cc1
|
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
|
cfd8d6306c
|
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
|
62d87c38b8
|
Bug 827032 - Enable FAIL_ON_WARNINGS on MSVC in netwerk/. r=jduell
|
2013-02-08 20:49:30 +09:00 |
|
Masatoshi Kimura
|
321e0e3862
|
Bug 830665 - Use the latest JS version by default in XUL. r=jonas
|
2013-02-08 20:49:28 +09:00 |
|
Ed Morley
|
487f745d57
|
Merge mozilla-central to mozilla-inbound
|
2013-02-08 11:17:50 +00:00 |
|
Ed Morley
|
a94fd53e44
|
Merge mozilla-inbound to mozilla-central
|
2013-02-08 11:00:58 +00:00 |
|
Panos Astithas
|
68b972aee6
|
Merge m-c to fx-team
|
2013-02-08 11:44:11 +02:00 |
|
Anton Kovalyov
|
d689d5f639
|
Bug 830664, Disallow multiple profiles to run in the same time, r=robcee
|
2013-02-07 13:22:48 -08:00 |
|
Anton Kovalyov
|
2057987ef8
|
Bug 837735 - Replace Cleopatra progress strings with 'Loading profile...', r=robcee
|
2013-02-07 13:02:38 -08:00 |
|
Anton Kovalyov
|
0a4193cf74
|
Bug 830668 - Add a keyboard shortcut for the Profiler, r=robcee
|
2013-02-07 11:09:55 -08:00 |
|
Phil Ringnalda
|
5a711e4b72
|
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
|
67a3dc3eae
|
Merge the last PGO green inbound changeset to m-c.
|
2013-02-07 09:55:08 -05:00 |
|
Victor Porof
|
8df3254581
|
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
|
c648c60e62
|
Backout changeset d2fda338874d (bug 784591) for causing bug 832571 again
|
2013-02-07 11:20:47 +00:00 |
|
Trevor Saunders
|
d2d2b696cc
|
bug 838570 - selection code can sometimes leak a range r=smaug
|
2013-02-07 06:05:24 -05:00 |
|
Vicamo Yang
|
5c2a390050
|
Bug 834193: Implement USSDReceivedEvent, DataErrorEvent and CFStateChangeEvent using codegenerator. r=smaug
|
2013-02-07 19:02:12 +08:00 |
|
Vicamo Yang
|
f1c896b374
|
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
|
154cce4332
|
Bug 838520 part 1 - Refactor UnwindScope to use AbstractFramePtr. r=djvj
|
2013-02-07 10:26:25 +01:00 |
|
Jan de Mooij
|
f571656185
|
Bug 838759 - Remove assertJit shell function. r=bhackett
|
2013-02-07 10:21:15 +01:00 |
|
Shian-Yow Wu
|
10fceea531
|
Bug 833526 - Not be able to receive "network-active-change" notification from NetworkManager. r=vicamo
|
2013-02-07 16:21:28 +08:00 |
|
Ms2ger
|
f6049f1d33
|
Bug 830846 - Pass HandleObject to DefineConstructorAndPrototype; r=terrence
|
2013-02-07 09:13:08 +01:00 |
|
Ms2ger
|
371c231d06
|
Bug 830783 - Part c: Various rooting in RegExp.cpp; r=terrence
|
2013-02-07 09:13:08 +01:00 |
|
Ms2ger
|
3524fff2c7
|
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
|
e30f25cd2a
|
Bug 830783 - Part a: Pass MutableHandleValue to DoMatch in jsstr.cpp; r=terrence
|
2013-02-07 09:13:08 +01:00 |
|
Ms2ger
|
367d5bb588
|
Bug 829997 - Pass MutableHandleValue to static RegExp getters; r=sfink
|
2013-02-07 09:13:08 +01:00 |
|
Ms2ger
|
fe895e21a3
|
Bug 830000 - Add CallArgs::handleAt; r=Waldo
|
2013-02-07 09:13:08 +01:00 |
|
Ms2ger
|
ac12c26a6c
|
Bug 829898 - Part c: Various rooting in jsstr.cpp; r=terrence
|
2013-02-07 09:13:08 +01:00 |
|
Ms2ger
|
3426ed4235
|
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
|
a9cc38d1bf
|
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
|
e4fd62d2ce
|
Bug 838504 - Turn on SSSE3 opt on Skia for Windows. r=gw280
|
2013-02-07 17:13:03 +09:00 |
|
Ms2ger
|
b9c015325f
|
Bug 823902 - Use a bit less fromMarkedLocation; r=terrence
|
2013-02-07 09:12:51 +01:00 |
|
Ms2ger
|
9fb3487f87
|
Bug 829206 - Implement CallArgs::get; r=evilpie
|
2013-02-07 09:08:58 +01:00 |
|
Ms2ger
|
abbbbbd696
|
Bug 829205 - Some rooting in Object.cpp; r=terrence
|
2013-02-07 09:08:58 +01:00 |
|
Ms2ger
|
f109ab8ce3
|
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
|
ec1ae08fad
|
Bug 838160 - Part b: Move HTMLMetaElement to Paris bindings; r=bz
|
2013-02-07 09:08:58 +01:00 |
|
Ms2ger
|
73266e2f33
|
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
|
37950ff2af
|
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
|
7e09e3f7e6
|
Bug 837597 - Part b: Move HTMLModElement to Paris bindings; r=bz
|
2013-02-07 09:08:58 +01:00 |
|
Ms2ger
|
70aebd55e5
|
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
|
71a06a7849
|
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
|
4a4986af60
|
Bug 837597 - Part b: Move HTMLMapElement to Paris bindings; r=bz
|
2013-02-07 09:08:57 +01:00 |
|
Ms2ger
|
424a22801a
|
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
|
c02459d10f
|
Bug 835439 - Remove support for the table[layout] attribute; r=dbaron
|
2013-02-07 09:08:57 +01:00 |
|
Ms2ger
|
fb7a334ac1
|
Bug 838182 - Part b: Remove dead code handling outer windows in nsDOMClassInfo::PreCreate; r=mrbkap
|
2013-02-07 09:08:57 +01:00 |
|