Joshua Cranmer
|
66e39d8aff
|
Bug 856108 - Port static analyses to clang, part 2a: use MOZ_STACK_CLASS in content. r=bz
|
2013-04-11 22:20:09 -05:00 |
|
Jacek Szpot
|
514f40e52a
|
Bug 854503 - Rename JS unwrapping functions. r=bholley
|
2013-04-11 11:50:18 -07:00 |
|
Scott Johnson
|
830b495b0e
|
Bug 824965: Implement a method of getting correct CaretPosition from within anonymous content nodes. [r=ehsan]
|
2013-04-11 10:12:49 -05:00 |
|
Blake Kaplan
|
9f5f378676
|
Bug 840098. r=bz
|
2013-03-25 15:57:03 -07:00 |
|
Gabor Krizsanits
|
63583713b5
|
Bug 820170 - Wrapping nodes into documents compartment. r=bholley, r=enn
|
2013-04-11 11:59:42 +02:00 |
|
Aryeh Gregor
|
957e302fe1
|
Bug 857102 part 5 - Make NS_NewDocumentFragment etc. infallible; r=bz
|
2013-04-10 17:15:54 +03:00 |
|
Aryeh Gregor
|
3e99dc4f10
|
Bug 857102 part 4 - Make NS_NewCommentNode and nsIDocument::CreateCommentNode infallible; r=bz
|
2013-04-04 15:02:22 +03:00 |
|
Aryeh Gregor
|
6d2305a18c
|
Bug 857102 part 3 - Make various GetNodeInfo callers infallible; r=bz
|
2013-04-04 15:01:11 +03:00 |
|
Aryeh Gregor
|
c446dbef0c
|
Bug 857102 part 2 - Make NS_NewTextNode and nsIDocument::CreateTextNode infallible; r=bz
|
2013-04-04 15:01:08 +03:00 |
|
Aryeh Gregor
|
af0856194e
|
Bug 857102 part 1 - Make nsNodeInfoManager::GetNodeInfo infallible; r=bz
|
2013-04-04 15:00:07 +03:00 |
|
Boris Zbarsky
|
fa4a7c3979
|
Bug 851917. Get rid of the classinfo for HTMLObjectElement, HTMLEmbedElement, HTMLAppletElement, and rip out nsHTMLPluginObjElementSH. r=peterv,johns
|
2013-04-10 13:49:05 -04:00 |
|
David Keeler
|
8cef92685a
|
bug 854467 - fix nsIPluginTag enabled state API r=bsmedberg r=unfocused
|
2013-03-27 14:06:43 -07:00 |
|
Sid Stamm
|
c3a9c1e37a
|
Bug 836132 - add more tests for x-frame-options ALLOW-FROM. (r=bz)
|
2013-04-10 10:08:49 -07:00 |
|
Stephen Pohl
|
21bdf5ab95
|
Bug 678392 - Add support for swipe animation as in Safari. r=smichaud,jaws,felipc
|
2013-04-09 14:44:01 -05:00 |
|
Ryan VanderMeulen
|
dcda86fbdf
|
Backed out changeset 9983874bfa63 (bug 854467) for bustage on a CLOSED TREE.
|
2013-04-09 13:45:39 -04:00 |
|
Kyle Huey
|
f0b8eea05a
|
Bug 854799: Make image.src='' discard the image immediately even if the image is not in the document. r=jlebar
|
2013-04-09 09:50:35 -07:00 |
|
David Keeler
|
c5435bfca8
|
bug 854467 - fix nsIPluginTag enabled state API r=bsmedberg r=unfocused
|
2013-03-27 14:06:43 -07:00 |
|
Andrea Marchesini
|
88fb3bf458
|
Bug 851470 - Attr to WebIDL. r=Ms2ger
|
2013-04-09 17:29:47 +02:00 |
|
Andrea Marchesini
|
6fcbcefc3b
|
Bug 851470 - Rename nsDOMAttribute to Attr. r=Ms2ger
--HG--
rename : content/base/src/nsDOMAttribute.cpp => content/base/src/Attr.cpp
rename : content/base/src/nsDOMAttribute.h => content/base/src/Attr.h
|
2013-04-09 17:29:44 +02:00 |
|
Boris Zbarsky
|
ecc404d587
|
Bug 688691. Warn when LenientThis actually causes us to not throw. r=ms2ger
|
2013-04-08 17:04:21 -04:00 |
|
Ralph Giles
|
fca7e06bbc
|
Bug 857022 - Remove MOZ_MEDIA from content. r=cpearce
Remove the MOZ_MEDIA build-time define in the content
module, enabling this code unconditionally.
|
2013-04-04 15:07:00 -07:00 |
|
Garrett Robinson
|
fa7624ae06
|
Bug 821877 - Log CSP errors to Web Console. r=bz
|
2013-04-08 14:35:30 -04:00 |
|
Bobby Holley
|
7ab3e34af6
|
Bug 839467 - Remove aCx parameter to CloneAndAdopt. r=mrbkap
Right now it has to be kept in sync with the nullness of aNewScope. Let's just
rely on the cx stack here and kill the param.
|
2013-04-08 10:24:21 -07:00 |
|
Bobby Holley
|
663cc022d5
|
Bug 839467 - Remove JSContext pushing in AdoptNode. r=mrbkap
|
2013-04-08 10:24:21 -07:00 |
|
Trevor Saunders
|
6c61278b66
|
bug 856779 - kill NS_NewPresShell() r=bz
|
2013-03-31 16:39:27 -04:00 |
|
Ehsan Akhgari
|
bfb42c373e
|
Bug 856455 - Make nsCOMArray::SetCapacity return void; r=bsmedberg
--HG--
extra : rebase_source : 38cdef904f9b7fc33bd3f41bd19b1778dfbd7990
|
2013-03-31 16:06:18 -04:00 |
|
Aryeh Gregor
|
100ab0941f
|
Bug 851916 part 2 - createHTMLDocument() should work with no arguments; r=bz
|
2013-03-21 14:55:08 +02:00 |
|
John Daggett
|
1055d1d3c6
|
Bug 854799 - backout changeset 0caf5937f8bc due to tp regression. r=roc
|
2013-04-08 14:46:36 +09:00 |
|
ishikawa@yk.rim.or.jp
|
9b1a78763b
|
Bug 854888, don't warn when GetContextForEventHandlers fails, r=smaug
|
2013-04-07 18:08:14 +03:00 |
|
Andrew McCreight
|
bcd9623a38
|
Bug 856313 - Clean up some Traverse/Unlink declarations. r=smaug
|
2013-04-02 09:48:59 -07:00 |
|
Ryan VanderMeulen
|
24a4c17eff
|
Backed out changeset a85d21e394c0 (bug 854503) for bustage.
|
2013-04-06 14:37:33 -04:00 |
|
Jacek Szpot
|
8ce12e971c
|
Bug 854503 - Rename JS unwrapping functions. r=bholley
|
2013-04-04 12:14:32 +02:00 |
|
David Zbarsky
|
785f24e28f
|
Bug 857884 - Use dom::EventTarget more in content/ and dom/ Part 2 r=Ms2ger
|
2013-04-05 20:44:26 -04:00 |
|
David Zbarsky
|
a3eafcf007
|
Bug 857884 - Use dom::EventTarget more in content/ and dom/ r=Ms2ger
|
2013-04-05 20:44:15 -04:00 |
|
David Zbarsky
|
0180c76147
|
Bug 856962: Move Touch to its own file r=Ms2ger
--HG--
rename : content/events/src/nsDOMTouchEvent.cpp => content/events/src/Touch.cpp
rename : content/events/src/nsDOMTouchEvent.h => content/events/src/Touch.h
|
2013-04-05 04:49:00 -04:00 |
|
Ms2ger
|
c89f422b19
|
Revert to changeset 4c45dbd81a32 to fix mochitest-chrome orange.
|
2013-04-05 09:40:13 +02:00 |
|
Boris Zbarsky
|
1406c535d2
|
Bug 850090. Don't assert things about our stylesheets during unlink, since our state can be kinda inconsistent then. r=smaug
|
2013-04-05 00:57:39 -04:00 |
|
Ryan VanderMeulen
|
e21d7c4218
|
Backed out changesets 715fce49a07b and abbc05319449 (bug 851916) for B2G mochitest-2 orange.
--HG--
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/ChildNode-remove.js => dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_ChildNode-remove.js
|
2013-04-04 12:02:50 -04:00 |
|
Ryan VanderMeulen
|
14b8ba5455
|
Bug 855730 - Disable test due to high failure rate.
|
2013-04-04 09:41:29 -04:00 |
|
Ms2ger
|
2fef74cc6d
|
Merge m-c to m-i.
|
2013-04-04 14:15:56 +02:00 |
|
Ms2ger
|
957e2e77af
|
Bug 854196 - Don't call GetWindowInternal directly, and make assertions harder to ignore; r=bz
|
2013-04-04 09:03:26 +02:00 |
|
Tanvi Vyas
|
e3d3299f40
|
Bug 855730 - Originally extended the timeout to 10 seconds to see if that would provide us data about the intermittent failure. Extended timeout is causing too many oranges and a longer timeout does not prevent the failures. r=smaug
|
2013-04-03 15:21:19 -07:00 |
|
Eitan Isaacson
|
79a685a6a4
|
Bug 525444 - (Part 1/3) Basic SpeechSynthesis setup and voice registration. r=smaug
--HG--
rename : content/media/webspeech/moz.build => content/media/webspeech/synth/moz.build
rename : content/media/webspeech/moz.build => content/media/webspeech/synth/test/moz.build
|
2013-04-03 15:13:16 -07:00 |
|
Aryeh Gregor
|
62c7f52161
|
Bug 851916 part 2 - createHTMLDocument() should work with no arguments; r=bz
|
2013-03-21 14:55:08 +02:00 |
|
Drew Willcoxon
|
345295f71d
|
Bug 723163 - Improve about:crashes copy & paste by improving XHTML text/plain encoding. r=hsivonen,njn
|
2013-04-03 11:39:06 -07:00 |
|
matekm
|
00c2965124
|
Bug 784739 - Switch from NULL to nullptr in content/; r=ehsan
--HG--
extra : rebase_source : cfdb682506acc14ec811e21ae42f067950e1ff0c
|
2013-04-02 21:14:24 -04:00 |
|
Nathan Froyd
|
0a8a82bada
|
Bug 839103 - part 3 - send StyleSheet{Added,Removed} chrome notifications when stylesheets are added/removed; r=bz
|
2013-03-27 14:16:50 -04:00 |
|
Nathan Froyd
|
b2aae26008
|
Bug 839103 - part 1 - factor out StyleSheet{Added,Removed} notifications into separate nsDocument methods; r=bz
|
2013-03-27 11:20:54 -04:00 |
|
Kyle Huey
|
c1ef5de8fc
|
Bug 854799: Make image.src='' discard the image immediately even if the image is not in the document. r=jlebar
|
2013-04-03 09:52:25 -07:00 |
|
Matthew Gregan
|
97ff5f7d61
|
Bug 855570 - Deprecate Audio Data API. r=ehsan
|
2013-03-28 14:36:29 +13:00 |
|
Tanvi Vyas
|
20b4cf81b2
|
Bug 855730 - To determine the root of the intermittent failures in the last mochitest from bug 840388, rearrange the tests so that the failing test is not the last test. Do this by first running the tests with the mixed active content allowed and then run them with mixed active content blocked. r=smaug
|
2013-04-02 17:23:41 -07:00 |
|
Matt Brubeck
|
0112a4cd84
|
Back out bug 839103 for build errors on a CLOSED TREE
|
2013-04-02 08:18:27 -07:00 |
|
Nathan Froyd
|
2ff029b601
|
Bug 839103 - part 3 - send StyleSheet{Added,Removed} chrome notifications when stylesheets are added/removed; r=bz
|
2013-03-27 14:16:50 -04:00 |
|
Nathan Froyd
|
9d6d884187
|
Bug 839103 - part 1 - factor out StyleSheet{Added,Removed} notifications into separate nsDocument methods; r=bz
|
2013-03-27 11:20:54 -04:00 |
|
Boris Zbarsky
|
8497d2e6a5
|
Bug 856752. Reinstate Node.hasAttributes. r=khuey
|
2013-04-02 00:04:19 -04:00 |
|
Gabor Krizsanits
|
26d5b45a24
|
Bug 820170 - documents should know their globals. r=smaug
|
2013-04-04 11:32:29 +02:00 |
|
Gabor Krizsanits
|
4995dd1d6c
|
Bug 820170 - nsDOMEventTarget holds a global. r=smaug
|
2013-04-04 11:30:36 +02:00 |
|
Gabor Krizsanits
|
b999241fc8
|
Bug 820170 - using nsIGlobalObject in documents. r=smaug
|
2013-04-04 11:27:41 +02:00 |
|
Gabor Krizsanits
|
fa14b1b757
|
Bug 820170 - Weak ref support for globals. r=bholley
|
2013-04-04 11:27:40 +02:00 |
|
Gabor Krizsanits
|
c38a4cd7da
|
Bug 820170 - Turning BackstagePass into non-singleton. r=bholley
|
2013-04-04 11:27:38 +02:00 |
|
Gabor Krizsanits
|
23e12dce05
|
Bug 820170 - nsIGlobalObject. r=bholley
|
2013-04-04 11:27:06 +02:00 |
|
Gabor Krizsanits
|
670b243606
|
Bug 820170 - merge scope members on nsDocument. r=smaug
|
2013-04-04 11:24:40 +02:00 |
|
Kyle Machulis
|
5aa83c3e11
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Randell Jesup
|
f2b7036deb
|
Bug 855623: DataChannel DOM changes for adding 'protocol' and external negotiation r=smaug
|
2013-03-31 21:09:25 -04:00 |
|
L. David Baron
|
7954febd82
|
Note bug number (bug 846137) for assertion annotation.
|
2013-03-31 00:50:29 -07:00 |
|
Ms2ger
|
2da2c38f03
|
Bug 853158 - Update the uuid of nsIDOMEventTarget and subclasses.
|
2013-03-30 10:45:37 +01:00 |
|
Boris Zbarsky
|
17e7741d9a
|
Bug 851781. Make sure that we don't reenter scriptblocker removal when we don't expect to. r=smaug
|
2013-03-30 00:13:52 -04:00 |
|
Kyle Machulis
|
c79ccc0693
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
a59d40f143
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Tanvi Vyas
|
f05a952b19
|
Bug 855730 - Logging patch to see if I can determine the cause of the failures in bug 840388's mochitests. r=smaug
|
2013-03-29 11:54:18 -07:00 |
|
Joel Maher
|
88f3456d4d
|
Bug 685652 - we need a pushPermissionsEnv equivalent to pushPrefEnv in SpecialPowers. r=jdm
|
2013-03-29 08:43:27 -04:00 |
|
Tanvi Vyas
|
6e7ae74bf9
|
Bug 855730 - Extend the mochitest timeout for file_mixed_content_frameNavigation_secure_grandchild.html to 10 seconds instead of 5 seconds to prevent intermittent tests failures. r=smaug
|
2013-03-28 21:31:54 -04:00 |
|
Sid Stamm
|
9cffa13ce4
|
Bug 687086 - change nsIContentSecurityPolicy to return two values, shouldBlock and shouldReportViolation. r=bz
|
2012-10-15 13:54:58 -07:00 |
|
Bobby Holley
|
802ee774c5
|
Bug 790732 - Fix miscellaneous Components proliferation. r=me
|
2013-03-28 14:26:02 -07:00 |
|
Terrence Cole
|
9801ecf36c
|
Bug 855145 - DeMACROize the JS tracing interfaces; r=billm,mccr8
--HG--
extra : rebase_source : 915c80052b4412f653033eb5fc4d4f96c5d49bd5
|
2013-03-26 15:10:34 -07:00 |
|
Tanvi Vyas
|
c163ea270b
|
Bug 834836 - CSP - Fix tests that break when security.mixed_content.block_active_content is set to true and if/when security.mixed_content.block_display_content is set to true. r=sstamm
|
2013-03-28 13:18:44 -07:00 |
|
Andrea Marchesini
|
77ae8010d9
|
Bug 825196 - Rename nsHTMLInputElement to HTMLInputElement. r=Ms2ger
--HG--
rename : content/html/content/src/nsHTMLInputElement.cpp => content/html/content/src/HTMLInputElement.cpp
rename : content/html/content/src/nsHTMLInputElement.h => content/html/content/src/HTMLInputElement.h
|
2013-03-28 15:41:32 -04:00 |
|
Sid Stamm
|
78cd3bd3a4
|
Bug 832398 - change default-source to default-src in CSP error messages. r=l10n
--HG--
extra : rebase_source : 019f24639e72481cd31c1f935dd657d42c99dd26
|
2013-03-28 10:05:51 -07:00 |
|
Peter Van der Beken
|
9ce6bfc722
|
Fix for bug 820657 (Implement the NamedGetter functionality on HTMLDocument) - implement GetSupportedNames on HTMLDocument. r=bz.
--HG--
extra : rebase_source : 3d97a79286b3c4ec15f1515219d853e1914d739e
|
2013-03-27 18:15:37 +01:00 |
|
Gina Yeh
|
74476548cd
|
Bug 853200 - Remove unused event handlers from idl, r=echou, sr=mrbkap
|
2013-03-28 18:05:58 +08:00 |
|
Daniel Holbert
|
7f2b6d4e18
|
Bug 840388 followup: Remove completely unused variable 'chromeParent' introduced in cf276949f2b6, to fix unused variable build warning. (trivial patch, no review)
|
2013-03-28 00:08:53 -07:00 |
|
Tanvi Vyas
|
1addbe8c8a
|
Bug 841850 - Mochitests. r=smaug
|
2013-03-27 22:24:04 -07:00 |
|
Tanvi Vyas
|
d6f9bba4b9
|
Bug 840388 - Mochitests that navigate https frames to http frames, both when a secure parent exists and when no secure parents exist. Tested with the mixed active content pref enabled and disabled. r=smaug
|
2013-03-27 22:11:59 -07:00 |
|
Tanvi Vyas
|
7754617c3c
|
Bug 840388 - Check if a iframe has any https parents. If not, then there is no mixed content since we are not on a secure page. r=smaug
|
2013-03-27 22:11:55 -07:00 |
|
David Zbarsky
|
3c59b61d13
|
Bug 840417 Part 1: Move nsIDOMSVGElement up to nsSVGElement r=Ms2ger
|
2013-03-27 21:23:09 -04:00 |
|
Randell Jesup
|
1b2f6d1c80
|
Bug 842126: Avoid deadlock if we can't send an Open message r=mcmanus
|
2013-03-27 19:46:48 -04:00 |
|
Guilherme Goncalves
|
c48d442559
|
Bug 650295 - Implement main state machine for speech recognition. r=smaug
|
2013-03-27 14:13:57 -07:00 |
|
Ryan VanderMeulen
|
d86ac55e7c
|
Backed out changeset 01ed911e67e1 (bug 685652) for possibly being the real OSX 10.6 mochitest-other culprit. r=OJ
|
2013-03-27 17:05:52 -04:00 |
|
Joel Maher
|
79f15d62bf
|
Bug 685652 - we need a pushPermissionsEnv equivalent to pushPrefEnv in SpecialPowers. r=jdm
|
2013-03-27 15:04:39 -04:00 |
|
Phil Ringnalda
|
caf3a38549
|
Back out bd91df842f2f (bug 840388)
CLOSED TREE
|
2013-03-26 20:34:02 -07:00 |
|
Phil Ringnalda
|
ab08c180ef
|
Back out 196fbc36c878 (bug 840388) for asserting
CLOSED TREE
|
2013-03-26 20:18:34 -07:00 |
|
Tanvi Vyas
|
d1a8b8aecb
|
Bug 840388 - Mochitests that navigate https frames to http frames, both when a secure parent exists and when no secure parents exist. Tested with the mixed active content pref enabled and disabled. r=smaug
|
2013-03-26 16:22:00 -07:00 |
|
Tanvi Vyas
|
4933a3f53b
|
Bug 840388 - Check if a iframe has any https parents. If not, then there is no mixed content since we are not on a secure page. r=smaug
|
2013-03-26 16:20:39 -07:00 |
|
Boris Zbarsky
|
369ffe5696
|
Bug 848796 part 2. Add WebIDL API for XULDocument. r=peterv
|
2013-03-26 11:31:53 -04:00 |
|
Boris Zbarsky
|
0944e82e31
|
Bug 848796 part 1. Rename nsXULDocument to mozilla::dom::XULDocument. r=ms2ger
--HG--
rename : content/xul/document/src/nsXULDocument.cpp => content/xul/document/src/XULDocument.cpp
rename : content/xul/document/src/nsXULDocument.h => content/xul/document/src/XULDocument.h
|
2013-03-26 11:31:53 -04:00 |
|
Jan Varga
|
8ed93ed02a
|
Bug 767944 - Implement a manager for centralized quota and storage handling. r=bent
|
2013-03-26 12:13:17 +01:00 |
|
William Chen
|
9ec88d1fbb
|
Bug 818976 - Part 2: Implement template element interface. r=mrbkap,bz
|
2013-03-26 00:15:23 -07:00 |
|
Jose Cortes
|
9afd8ef534
|
Bug 842186 - Replace instances of jsval with JS::Value in the content/base directory. r=jwalden
--HG--
extra : rebase_source : a5b36ffacf32b74b4d58373ad1d1ac769859bed1
|
2013-03-22 22:11:52 -07:00 |
|
Benoit Girard
|
fc10a7cfe4
|
Bug 851611 - Part 3: Rename headers. r=jrmuizel
--HG--
rename : tools/profiler/sampler.h => tools/profiler/GeckoProfiler.h
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 6ea7c660764a4390cdd8dd91561fff1d7bad6035
|
2013-03-18 15:25:50 +01:00 |
|
Benoit Girard
|
9d12529d78
|
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
--HG--
extra : rebase_source : f76accc3d3dd86c75cb3e9750734f23ec9c29941
|
2013-03-16 00:47:02 -04:00 |
|
Henri Sivonen
|
3ecde32d00
|
Bug 853170 - Revise the IID of nsIXMLHttpRequest as a follow-up to bug 843508. r=smaug.
|
2013-03-25 18:02:49 +02:00 |
|
Peter Van der Beken
|
7ad60eda0b
|
Fix for bug 852979 (Remove unused nsContentUtils::JSArrayToAtomArray). r=smaug.
--HG--
extra : rebase_source : c61c3477d5686956a44d45685c59c0a3415dc3c3
|
2013-03-25 12:19:11 +01:00 |
|
Bobby Holley
|
bcb7ce6f0a
|
Bug 854019 - Continue checking the XBL bit if remote XUL disables XBL scopes. r=bz
|
2013-03-24 09:27:10 -07:00 |
|
Olli Pettay
|
b83c5a57ac
|
Bug 737100 - Extend Pointer Lock (Mouse Lock) for non-fullscreen elements, p=smaug,dolske, r=cpearce,dolske,smaug
|
2013-03-24 12:32:44 +02:00 |
|
Simon Montagu
|
9e9cb640e2
|
Set AncestorHasDirAuto on the descendants of a <bdi> having its dir attribute removed or set to an invalid value. Bug 849732, r=ehsan
|
2013-03-24 11:27:03 +02:00 |
|
Simon Montagu
|
dc0b05a650
|
Don't rerun the downward propagation algorithm from ResetNodeDirection after an element has had dir=auto removed. Bug 849727, r=ehsan
|
2013-03-24 11:27:02 +02:00 |
|
Mounir Lamouri
|
bdd72ba9e1
|
Bug 849438 - Searches in ListControlFrames should ignore . r=bz
|
2013-03-22 17:52:52 +00:00 |
|
Terrence Cole
|
2ae4b3c000
|
Bug 851340 - Make the rooting of scripts in nsXULPrototypeCache more efficient; r=smaug
|
2013-03-19 10:20:21 -07:00 |
|
David Zbarsky
|
5cc0fcdcdf
|
Bug 847007: Remove nsIContent includes r=Ms2ger
|
2013-03-21 20:05:20 -04:00 |
|
David Zbarsky
|
9a11ed834c
|
Bug 847007: Remove nsIDocument includes r=Ms2ger
|
2013-03-21 20:05:19 -04:00 |
|
John Schoenick
|
3a3f711de5
|
Bug 843671 - Followup, properly rev interface IID. r=me DONTBUILD
|
2013-03-21 16:46:44 -07:00 |
|
Tom Schuster
|
c7dee7583c
|
Bug 736324 - Give blob urls content-disposition filename based on the file. r=sicking
|
2013-03-21 23:23:48 +01:00 |
|
Ehsan Akhgari
|
bc42d0d0df
|
Bug 853567 - Fix nsTArray::SetCapacity callers in nsContentIterator to not look at the return value; r=bzbarsky
--HG--
extra : rebase_source : ec485d86b13bfea3f27e51a793cdbb6937f83aee
|
2013-03-21 14:52:48 -04:00 |
|
Mike Shal
|
c2a9341a2e
|
Bug 852534 - Remove GRE_MODULE from Makefile.in; r=gps
|
2013-03-21 08:41:00 -07:00 |
|
Aryeh Gregor
|
b5a262279a
|
Bug 849661 - Remove support for Node.hasAttributes(); r=bz
|
2013-03-21 14:48:32 +02:00 |
|
Olli Pettay
|
5ffd2c48e3
|
Bug 849601, no need to have explicit AutoMutationBatch when setting outerHTML, r=bz
|
2013-03-21 11:37:14 +01:00 |
|
Johnny Stenback
|
f735d2b3ee
|
Fixing bug 781310. Change nsPluginHost::GetInst() to return already_AddRefed<nsPluginHost> to make it harder to write leaky code. r=jschoenick@mozilla.com
|
2013-03-20 11:29:00 -07:00 |
|
John Schoenick
|
0262903d6f
|
Bug 784131 - Kill plugins that become unrendered (e.g. display:none). r=josh
|
2013-03-20 14:29:23 -07:00 |
|
John Schoenick
|
d3237364ad
|
Bug 784131 - nsObjectLoadingcontent: Minor cleanup around mPendingInstantiateEvent. r=josh
|
2013-03-20 14:29:23 -07:00 |
|
John Schoenick
|
ea1399f5ed
|
Bug 784131 - Cleanup some dead code from nsObjectLoadingContent. r=josh
|
2013-03-20 14:29:23 -07:00 |
|
John Schoenick
|
961e5573aa
|
Bug 843671 - Fix plugin instance owner teardown. r=bsmedberg
|
2013-03-20 14:29:22 -07:00 |
|
John Schoenick
|
aa811f364c
|
Bug 851378 - Notify owning content when we destroy plugins from under it. r=bsmedberg
|
2013-03-20 14:29:22 -07:00 |
|
John Schoenick
|
9035b2d85a
|
Bug 851378 - Move removing the plugin prototype from objects to content. r=bsmedberg
|
2013-03-20 14:29:21 -07:00 |
|
Ted Mielczarek
|
bc92001c0b
|
bug 604039 - Add DOM Gamepad APIs. r=smaug
--HG--
extra : rebase_source : ffffdc4549da1b25ea263b623c05ae1afb3d46a0
|
2011-08-03 14:12:08 -04:00 |
|
Boris Zbarsky
|
48065c3f32
|
Bug 848386 part 4. Rename nsXMLDocument to mozilla::dom::XMLDocument. r=peterv
--HG--
rename : content/xml/document/src/nsXMLDocument.cpp => content/xml/document/src/XMLDocument.cpp
rename : content/xml/document/src/nsXMLDocument.h => content/xml/document/src/XMLDocument.h
|
2013-03-20 12:22:26 -04:00 |
|
Boris Zbarsky
|
4a58e1fb8c
|
Bug 848386 part 2. Implement a WebIDL equivalent for nsDocumentSH::PostCreate setting up the document as an own property on the Window. r=peterv
|
2013-03-20 12:22:26 -04:00 |
|
Boris Zbarsky
|
f5d074fcf0
|
Bug 852118. Stop window.name being malloc-happy. r=smaug
|
2013-03-19 21:47:47 -04:00 |
|
Mike Shal
|
9680b82df6
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Ryan VanderMeulen
|
1cfe288152
|
Backed out changeset 2b2de9cc2f59 (bug 849438) for B2G mochitest failures.
|
2013-03-19 16:44:14 -04:00 |
|
Joe Drew
|
daa0ea8330
|
Bug 850441 - Allow BlockOnload/UnblockOnload from both the current and pending request. r=khuey
--HG--
extra : rebase_source : cd7bdc9f91b478be60fed5572dc8ee5e3faae380
|
2013-03-12 18:13:40 -04:00 |
|
Jared Wein
|
5f4a7a8d85
|
Bug 851230 - Framed plain text documents should not have word wrap applied. r=bz
|
2013-03-19 16:30:53 -04:00 |
|
Mounir Lamouri
|
cdeb0510c2
|
Bug 849438 - Searches in ListControlFrames should ignore . r=bz
|
2013-03-19 18:24:35 +00:00 |
|
Trevor Saunders
|
8b11739fc1
|
bug 852379 - remove unecessary nsHashtable.h includes r=Ms2ger
|
2013-03-18 21:18:26 -04:00 |
|
Nathan Froyd
|
01a9f0728d
|
Bug 852194 - remove #include "nsIURI.h" from a couple content/ headers; r=smaug
|
2013-03-18 11:38:19 -04:00 |
|
Andrea Marchesini
|
8c4773bbdb
|
Bug 841493 - Rename nsHTMLMediaElement to HTMLMediaElement, r=Ms2ger
--HG--
rename : content/html/content/public/nsHTMLMediaElement.h => content/html/content/public/HTMLMediaElement.h
rename : content/html/content/src/nsHTMLMediaElement.cpp => content/html/content/src/HTMLMediaElement.cpp
|
2013-03-19 13:23:54 +01:00 |
|
Trevor Saunders
|
67dff5d95a
|
bug 850797 - add nsIDocument::IsVisibleConsideringAncestors() r=bz
|
2013-03-16 00:13:38 -04:00 |
|
Ian Melven
|
81f3218bcf
|
Bug 846458 - intermittent TEST-UNEXPECTED-PASS | /tests/content/base/test/test_bug548193.html | Assertion count 0 is less than expected range 1-1 assertions. (r=sstamm)
|
2013-03-18 12:43:21 -07:00 |
|
Ed Morley
|
b2109c458f
|
Backed out changeset c75481a07302 (bug 851611)
|
2013-03-18 14:10:35 +00:00 |
|
Ed Morley
|
2b1775b4e9
|
Backed out changeset d195190adc48 (bug 851611)
--HG--
rename : tools/profiler/GeckoProfiler.h => tools/profiler/sampler.h
rename : tools/profiler/GeckoProfilerImpl.h => tools/profiler/sps_sampler.h
|
2013-03-18 14:10:30 +00:00 |
|
Benoit Girard
|
664cf994b4
|
Bug 851611 - Part 3: Rename headers. r=jrmuizel
--HG--
rename : tools/profiler/sampler.h => tools/profiler/GeckoProfiler.h
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 552fe1d3ff61d15b264aaf86f7c8cb4f4eff69d1
|
2013-03-18 14:41:02 +01:00 |
|
Benoit Girard
|
c4c6a0ddf5
|
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
--HG--
extra : rebase_source : 3032aaf7e50cdf9c350da688ec34e50a695fc7ca
|
2013-03-16 00:47:02 -04:00 |
|
Blake Kaplan
|
9d7aed4e2b
|
Bug 850676 - test_mixed_content_blocker_bug803225.html is causing docshell/test/navigation tests to fail. r=tanvi
|
2013-03-18 09:19:15 -04:00 |
|
Gregory Szorc
|
2288b28e43
|
Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium
|
2013-03-17 18:01:25 -07:00 |
|
Boris Zbarsky
|
f257517c68
|
Bug 846972 part 2. Add the WebIDL APIs for StyleSheet and CSSStyleSheet. r=peterv
|
2013-03-17 10:42:59 -04:00 |
|
Ms2ger
|
2ef57946b1
|
Merge m-c to m-i.
|
2013-03-17 13:22:37 +01:00 |
|
Ms2ger
|
efad9ae54c
|
Bug 844134 - Move the 'attributes' property from Node to Element; r=sicking
|
2013-03-17 09:51:34 +01:00 |
|
Ms2ger
|
ded9d214d0
|
Bug 850817 - Move ClientRect to Paris bindings; r=bz
--HG--
rename : dom/interfaces/base/nsIDOMClientRect.idl => dom/webidl/ClientRect.webidl
|
2013-03-17 08:55:17 +01:00 |
|
Ms2ger
|
22922b6e92
|
Bug 851025 - Remove nsLayoutUtils::RectListBuilder::mRv; r=bz
|
2013-03-17 08:55:16 +01:00 |
|
Ms2ger
|
8851a21b17
|
Bug 845374 - Part t: Stop including js/Value.h in nsContentUtils.h; r=khuey
|
2013-03-17 08:55:16 +01:00 |
|
Ms2ger
|
d52bebdeb3
|
Bug 845374 - Part s: Stop including nsTArray.h in nsContentUtils.h; r=khuey
|
2013-03-17 08:55:16 +01:00 |
|