Ehsan Akhgari
|
3bbe7bc47c
|
Bug 617539 - Remove nsIContentUtils_MOZILLA_2_0_BRANCH by backing out changeset 5e1f1bb2bb87 (bug 631412) which had added that class
|
2011-04-11 16:16:56 -04:00 |
|
David Zbarsky
|
aa301d629c
|
Bug 583514 - implement click and accesskey for all HTML elements r=smaug
|
2011-04-11 18:56:37 +02:00 |
|
Ms2ger
|
b502087317
|
Bug 604592 - Make Node.prefix readonly; r=smaug
|
2011-04-11 13:06:18 +02:00 |
|
Peter Van der Beken
|
122342da0b
|
Fix for bug 584048 (Clean up cycle collection code) - move unlinking of JS members from root into unlink. r=bent.
|
2010-11-08 16:02:49 +01:00 |
|
Boris Zbarsky
|
65b7797520
|
Bug 581177 followup. Remove bogus comment and rev iids.
|
2011-04-08 00:02:10 -07:00 |
|
Boris Zbarsky
|
a338fbe2e2
|
Bug 581177 part 8. Compress the flags so it's clear what's free. r=sicking
|
2011-04-07 19:29:50 -07:00 |
|
Boris Zbarsky
|
a63405c419
|
Bug 581177 part 7. Make 'may have contenteditable attr' into a boolean flag. r=sicking
|
2011-04-07 19:29:50 -07:00 |
|
Boris Zbarsky
|
f0517db35a
|
Bug 581177 part 6. Make 'has name' into a boolean flag. r=sicking
|
2011-04-07 19:29:50 -07:00 |
|
Boris Zbarsky
|
8578808ee1
|
Bug 581177 part 5. Make 'may have style' into a boolean flag. r=sicking
|
2011-04-07 19:29:50 -07:00 |
|
Boris Zbarsky
|
2d8a1be03f
|
Bug 581177 part 4. Make 'has id' into a boolean flag. r=sicking
|
2011-04-07 19:29:50 -07:00 |
|
Boris Zbarsky
|
a3b8ef7c1e
|
Bug 581177 part 3. Make IsElement() use a boolean flag. r=sicking
|
2011-04-07 19:29:49 -07:00 |
|
Boris Zbarsky
|
257c275219
|
Bug 581177 part 2. Separate mParent from the flags it used to cohabit with. r=sicking
|
2011-04-07 19:29:49 -07:00 |
|
Boris Zbarsky
|
038d06b0fa
|
Bug 581177 part 1. Separate mFlags and mSlots into separate members. Stop storing flags in slots. r=sicking
|
2011-04-07 19:29:49 -07:00 |
|
Ehsan Akhgari
|
fc408ed65e
|
Backout changeset 88eb5b5bb5d2 (bug 583514) because of reftest orange
|
2011-04-02 07:55:52 -04:00 |
|
David Zbarsky
|
ca29061d7e
|
Bug 583514 - implement click and accesskey for all HTML elements r=smaug
|
2011-04-01 18:50:58 -04:00 |
|
Simon Montagu
|
be96a9dc94
|
Remove UTF-32 encoder and decoder. Bug 604317, r=emk
|
2011-03-30 08:35:34 +02:00 |
|
Ehsan Akhgari
|
ca0a27ab24
|
Merge cedar into mozilla-central
|
2011-03-29 10:39:07 -04:00 |
|
Ms2ger
|
06e2459b57
|
Bug 604596. Stop using an out param for the return value of GetSMILOverrideStyle. r=bzbarsky
|
2011-03-28 23:32:11 -04:00 |
|
Boris Zbarsky
|
0a7e20bbec
|
Bug 313351. ContentStatesChanged should take only one argument. r=dbaron
|
2011-03-28 23:32:11 -04:00 |
|
Jonas Sicking
|
0647926fda
|
Bug 644476 Part 1: Remove nsIXMLHttpRequest.openRequest now that it's equivalent to nsIXMLHttpRequest.open. r=smaug
|
2011-03-28 13:05:52 -07:00 |
|
Ms2ger
|
d6c0009d84
|
Bug 601590 - Make AppendElementStart, AppendElementEnd take Element. r=bzbarsky
|
2010-10-22 23:25:22 +02:00 |
|
Anna
|
ad9bb74766
|
Bug 618662. Make nsIDocument::GetWindow a const method. r=bzbarsky
|
2011-03-25 23:52:52 -04:00 |
|
Benjamin Smedberg
|
61f9c6a63e
|
Bug 617539 - Fold in nsIFrameLoader_MOZILLA_2_0_BRANCH, r=bz
|
2011-03-25 11:03:35 -04:00 |
|
Benjamin Smedberg
|
8e05e17a62
|
Remove nsIDOMNSDocument_MOZILLA_2_0_BRANCH, moving its private method to nsIDocument, r=sicking
|
2011-03-25 11:03:33 -04:00 |
|
Olli Pettay
|
01a16652cf
|
Bug 461066 - Add support for XHR's loadend event, r=sicking
--HG--
extra : rebase_source : f4db116cdd195d0319189a5800ee991370649072
|
2011-03-24 15:22:03 +02:00 |
|
Craig Topper
|
72d7c1f754
|
Bug 576831 part 4. Remove nsICSSStyleRule and use mozilla::css::StyleRule instead. r=bzbarsky
--HG--
rename : layout/style/nsCSSStyleRule.cpp => layout/style/StyleRule.cpp
rename : layout/style/nsICSSStyleRule.h => layout/style/StyleRule.h
|
2011-03-10 21:48:57 -05:00 |
|
hsivonen@iki.fi
|
7bf44fded1
|
Remove the Hotmail-specific hack that forces the old parser for document.open() (bug 636692, r=bz, a=blocker).
|
2011-03-02 13:15:02 -08:00 |
|
Jonas Sicking
|
0b970c20dc
|
Bug 637214 the continuing saga. Add removable script blockers in a few more places, create an auto helper for that. r=bzbarsky, a=blocker
|
2011-03-02 09:36:19 -05:00 |
|
Matt Woodrow
|
d23e549f03
|
Bug 637901 - Don't trash our cached ImageContainer unless the retained layer manager has changed. r=tnikkel a=blocking2.0
|
2011-03-02 21:53:27 +13:00 |
|
Kyle Huey
|
4ae43d7d48
|
Bug 637683: Ensure that the underlying buffer does not go away before any streams handed out by nsDOMMemoryFile. r=sicking a=blocker
|
2011-03-01 18:35:53 -05:00 |
|
Henri Sivonen
|
25669709c5
|
Bug 627729 - Force the old HTML parser for document.open()ed documents whose host name ends with ".mail.live.com". r=bzbarsky, a=blocking2.0-final.
|
2011-02-26 10:57:00 +02:00 |
|
Jonas Sicking
|
b816bf46cf
|
Bug 634435: Add a property to expose the current pushState-state. r=jlebar a=beltzner
|
2011-02-17 12:44:04 -08:00 |
|
Ben Turner
|
855fe52f2e
|
Bug 614347 - 'XPConnect-wrapped JSObjects must clear their gray bit when they are handed out'. r=peterv+gal, a=blocking.
|
2011-02-16 12:47:08 -08:00 |
|
Jonas Sicking
|
0d87556628
|
Bug 629982: Attempt to fix crashes due to too deep DOM trees by making GetBaseURI non-recursive. r=jst a=blocker
|
2011-02-10 23:47:00 -08:00 |
|
timeless@mozdev.org
|
0a2573712c
|
Bug 584967 mark deprecated dom interfaces with [deprecated]; r=smaug a=jst
|
2010-08-06 16:16:31 +03:00 |
|
Ehsan Akhgari
|
c07c875d05
|
Backout all of the bugs in the 7e12e3e16e6c pushlog because of the orange.
It is not clear which one of these bugs is at fault.
|
2011-02-04 16:34:02 -05:00 |
|
timeless@mozdev.org
|
672db67c21
|
Bug 584967 mark deprecated dom interfaces with [deprecated]; r=smaug a=jst
--HG--
extra : rebase_source : 6e132194d7a3d5106c09858d0739cf93a272c2bd
|
2010-08-06 16:16:31 +03:00 |
|
Ehsan Akhgari
|
e74b5aed6c
|
Bug 631412 - Bug 629401 breaks non-libxul builds due to unresolved reference to nsContentUtils::DispatchTrustedEvent(nsIDocument*, nsISupports*, nsAString_internal const&, int, int, int*); r=khuey a=NPOTB
|
2011-02-04 12:00:21 -05:00 |
|
Ehsan Akhgari
|
b4f6a0405d
|
Backed out changeset af87fa0a3052 because of build failures
|
2011-02-02 14:11:07 -05:00 |
|
timeless@mozdev.org
|
49a85a38fd
|
Bug 584967 mark deprecated dom interfaces and methods with [deprecated]; r=smaug a=jst
--HG--
extra : rebase_source : d7d6f197b8df6cc87c93cc101e9cae5dbff5b82f
|
2010-08-06 16:16:31 +03:00 |
|
Brandon Sterne
|
87a8f25476
|
Bug 600584 - add more detail to CSP violation report logging, r=jst, a=LegNeato
|
2011-01-31 10:09:44 -08:00 |
|
Andreas Gal
|
dc8e5b5b97
|
Don't include jsapi.h in nsContentUtils.h (bug 628178, r/a=jst).
|
2011-01-24 16:07:13 -08:00 |
|
Boris Zbarsky
|
700105b822
|
Bug 619220. Allow <base> elements that are not direct children of the <head>. r=sicking
|
2011-01-14 10:34:39 -05:00 |
|
Benjamin Stover
|
8fc0069a6b
|
Bug 605618 Part 8: Content process map from view IDs to content elements r=cjones sr=roc
|
2011-01-13 09:45:14 -08:00 |
|
Benjamin Stover
|
bd474a4f0f
|
Bug 605618 Part 7: Include viewport and content size in API r=cjones sr=roc
|
2011-01-13 09:45:14 -08:00 |
|
Benjamin Stover
|
822ae4d1f4
|
Bug 605618 Part 5: Support displayport for iframes r=tn sr=roc
|
2011-01-13 09:45:14 -08:00 |
|
Benjamin Stover
|
7db59feaab
|
Bug 605618 Part 3: Viewport API for frontend r=cjones
|
2011-01-13 09:45:14 -08:00 |
|
Chris Jones
|
c0d9b1b0d4
|
Bug 618249: Default remote-browser to synchronous scrolling, and let users change that. r=tn sr=roc a=a
|
2011-01-11 15:34:31 -06:00 |
|
Mihai Sucan
|
176912a7c2
|
Bug 606498 - Make sure the new nsIScriptError2 is used in all possible places- part 2; r=bzbarsky,dbaron,mrbkap sr=jst a=blocking2.0
|
2010-12-20 12:21:58 -04:00 |
|
Mihai Sucan
|
b1290b879d
|
Bug 606498 - Make sure the new nsIScriptError2 is used in all possible places- part 1; r=bzbarsky,dbaron,mrbkap sr=jst a=blocking2.0
|
2010-12-20 12:21:58 -04:00 |
|