L. David Baron
|
ff3df34b87
|
Rename nsIPresShell::InitialReflow to Initialize since it doesn't actually perform reflow. (Bug 788956) r=roc
|
2012-09-06 21:16:09 -07:00 |
|
Makoto Kato
|
c28c020a8f
|
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
|
2012-09-06 11:41:02 +09:00 |
|
Ryan VanderMeulen
|
0b244d0a4d
|
Backout 7887ace84c7d (bug 786801) due to mochitest-other orange.
|
2012-09-04 22:36:50 -04:00 |
|
Masatoshi Kimura
|
b9f453cd6e
|
Bug 784367 - Encode/decode document.cookie as UTF-8 per HTML5 spec. r=bz
|
2012-09-04 21:01:57 -04:00 |
|
Luke Wagner
|
489fcb6974
|
Bug 786801 - js_InferFlags should not stop at compartment boundaries (r=bhackett)
--HG--
extra : rebase_source : a8c83b7965d4b7fd1fa2bf12c1d5e24a20244215
|
2012-09-04 14:31:04 -07:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Ian Melven
|
46a3add818
|
Bug 341604 - Implement HTML5 sandbox attribute for IFRAMEs r=smaug r=jst
|
2012-08-20 11:34:32 -07:00 |
|
Aryeh Gregor
|
0923bf00ef
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
David Zbarsky
|
b462ec011a
|
Bug 773842 - Fix build warnings under content/ r=mounir
|
2012-08-10 14:01:16 -04:00 |
|
William Chen
|
7a0429e652
|
Bug 778420 - Initial stab at the tests. v2 r=bholley
--HG--
extra : rebase_source : c24abc031c82a87f2f669e4b708f8ee364a9682b
|
2012-08-06 22:15:49 +02:00 |
|
Jared Wein
|
d20b6112aa
|
Bug 756419 - White standalone image background flashes into view when switching tabs. r=roc,bholley
|
2012-08-08 12:42:37 -07:00 |
|
Ed Morley
|
1368da883d
|
Backout b4a63a0b90c2 (bug 778420), b849f1b3859a (bug 778420), d522b5a13b27 (bug 72964), 3a12c64bf53a (bug 778420), c07148142675 (bug 726053) for failures in test_bug435425.html on a CLOSED TREE
|
2012-08-07 00:57:27 +01:00 |
|
John Schoenick
|
b47165349e
|
Bug 745030 - Refactor nsObjectLoadingContent loading paths. r=josh,sr=jst
|
2012-08-06 13:48:25 -07:00 |
|
William Chen
|
aa4917eef9
|
Bug 778420 - Initial stab at the tests. v2 r=bholley
--HG--
extra : rebase_source : e014ba90baa75ba3146f4e3fb5c447b87a8e83c0
|
2012-08-06 22:15:49 +02:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Henri Sivonen
|
b43c71a1be
|
Bug 775467 - Make readyState progress through all states without duplicate transitions. r=bzbarsky.
|
2012-07-27 16:35:09 +03:00 |
|
Ms2ger
|
9a0065cf81
|
Back out bug 771666 and bug 745030.
|
2012-07-25 22:39:01 +02:00 |
|
John Schoenick
|
619a0636b4
|
Bug 745030 - Refactor nsObjectLoadingContent loading paths. r=josh,sr=jst
|
2012-07-25 09:51:02 -07:00 |
|
Matthew Noorenberghe
|
67280af609
|
Bug 639362 - Display text/cache-manifest data as text. r=bz
--HG--
extra : rebase_source : e8e30229a029b68b199efe7f0fba71dc142de980
|
2012-07-13 23:13:20 -07:00 |
|
Nathan Froyd
|
a7eb97f896
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Ms2ger
|
a4ebdb8e6a
|
Bug 767790 - Remove nsIHTMLDocument::{Get,Set}IsFrameset; r=mounir
|
2012-07-02 08:22:37 +02:00 |
|
Jonathan Watt
|
6380335603
|
Bug 767388 - Kill NS_DEBUG. r=bz.
--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28
|
2012-06-25 20:59:42 +01:00 |
|
Aryeh Gregor
|
daea0d4fbf
|
Bug 760052 - execCommand() should abort and return false for disabled commands; r=ehsan
|
2012-06-21 15:05:24 +03:00 |
|
Bobby Holley
|
a25e476e78
|
Bug 764389 - Update compartment principals on inner window reuse and on document.write. r=bz
|
2012-06-15 08:31:27 +02:00 |
|
Aryeh Gregor
|
b380362b02
|
Bug 761993 - Revert broken execCommand("insertparagraph") support; r=ehsan
|
2012-06-06 20:34:10 +03:00 |
|
David Zbarsky
|
e0254c995e
|
Bug 591467 - Implement HTML5 Microdata API r=bz
|
2012-06-04 16:49:57 -07:00 |
|
Aryeh Gregor
|
e6a6919350
|
Bug 748310 - Return false for invalid createLink/insertImage values instead of throwing; r=ehsan
|
2012-05-22 12:37:17 +03:00 |
|
Aryeh Gregor
|
c1e77a8721
|
Bug 748307 part 5 - Support insertText, forwardDelete, insertParagraph per spec; r=ehsan
|
2012-05-22 12:37:17 +03:00 |
|
Aryeh Gregor
|
b2b1a0ad33
|
Bug 748307 part 4 - Clean up ExecCommand and QueryCommand*; r=ehsan
|
2012-05-22 12:37:17 +03:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Aryeh Gregor
|
e4cafc9e8b
|
Bug 742240 - Handle unsupported commands per spec in execCommand/queryCommand*; r=ehsan
|
2012-04-15 15:57:20 +03:00 |
|
Henri Sivonen
|
3096edf8d7
|
Bug 753278 - Make document.open() after aborting the parser a no-op. r=smaug.
|
2012-05-18 15:06:28 +03:00 |
|
Aryeh Gregor
|
a685451510
|
Bug 746915 part 1 - Move editing-related tests to editor/ directories; r=ehsan
--HG--
rename : content/html/content/test/test_bug408231.html => editor/libeditor/base/tests/test_bug408231.html
rename : content/html/document/test/test_bug742261.html => editor/libeditor/base/tests/test_bug742261.html
rename : content/html/document/test/test_bug404320.html => editor/libeditor/html/tests/test_bug404320.html
rename : content/html/document/test/test_bug468353.html => editor/libeditor/html/tests/test_bug468353.html
rename : layout/reftests/bugs/388980-1-ref.html => layout/reftests/editor/388980-1-ref.html
rename : layout/reftests/bugs/388980-1.html => layout/reftests/editor/388980-1.html
|
2012-05-03 10:09:44 +03:00 |
|
Ms2ger
|
9ad96a593c
|
No bug - Fix buildwarning about nsHTMLDocument::GetPlugins; r=bz
|
2012-04-27 20:17:22 +02:00 |
|
Masatoshi Kimura
|
95f8a3cace
|
Bug 745498 - Add testcases for DOM4 exception types. r=sicking
|
2012-04-26 09:42:26 -07:00 |
|
Aryeh Gregor
|
20a2a54fec
|
Bug 480647 part 5 - Reject invalid values from execCommand("fontSize"); r=ehsan
|
2012-04-24 13:57:46 +03:00 |
|
Aryeh Gregor
|
9b9aa7a4f8
|
Bug 480647 part 4 - Clean up nsHTMLDocument::ConvertToMidasInternalCommandInner; r=ehsan
|
2012-04-24 13:57:23 +03:00 |
|
Daniel Holbert
|
0436eb0bb9
|
Bug 747469: Add PRInt32 cast to make bounds-check effective, in nsHTMLDocument::ChangeContentEditableCount. r=ehsan
|
2012-04-20 16:04:28 -07:00 |
|
Aryeh Gregor
|
6469be6f64
|
Bug 205485 - execCommand("backcolor") should work the same as execCommand("hilitecolor"); r=ehsan
|
2012-04-17 18:37:40 +03:00 |
|
Aryeh Gregor
|
bf8e85b2d4
|
Bug 738385 part 2 - queryCommand*() should not throw for commands that don't support them; r=ehsan
|
2012-04-06 10:42:54 +03:00 |
|
Aryeh Gregor
|
5aa29ebb8c
|
Bug 738385 part 1 - Refactor some editing logic in nsHTMLDocument.cpp; r=ehsan
|
2012-04-17 13:18:08 +03:00 |
|
Henri Sivonen
|
c6c8e61892
|
Bug 744366 - Assert about old readyState before readyState transitions. r=bzbarsky.
|
2012-04-17 09:41:49 +03:00 |
|
Ms2ger
|
8299fe6b09
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
|
Ms2ger
|
05d5270d53
|
Bug 743573 - Fix a number of build warnings in dom/; r=volkmar
|
2012-04-14 15:09:47 +02:00 |
|
Matt Brubeck
|
6407c40332
|
Back out 14715fd6b81c (bug 677122) because of frequent failures in its test
|
2012-04-11 08:39:58 -07:00 |
|
Scott Downe
|
89f1c3ab13
|
Bug 677122 - Update start/end times of mediafragment URL on hashchanges. r=bz
|
2012-04-11 07:49:20 -04:00 |
|
Jared Wein
|
c07d87dc97
|
Bug 713487 - Move TopLevelImageDocument.css and TopLevelVideoDocument.css to toolkit/themes. r=roc,dao
|
2012-04-10 16:03:41 -07:00 |
|
Henri Sivonen
|
19ba3a27fe
|
Bug 741384 - Change MOZ_NOT_REACHED added in bug 732343 to MOZ_ASSERT(false). r=smaug.
|
2012-04-10 10:02:31 +03:00 |
|