Aryeh Gregor
|
d563cbcbfa
|
Bug 480647 part 2 - Move ParseLegacyFontSize to nsContentUtils so editor/ can use it; r=bz
|
2012-04-24 13:57:23 +03:00 |
|
Ms2ger
|
17ded04bad
|
Bug 742837 - Remove dead code and cleanup around nsDOMScriptObjectFactory; r=bz
|
2012-04-14 15:03:16 +02:00 |
|
Ms2ger
|
8299fe6b09
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
|
Ms2ger
|
3cce5883de
|
Bug 742837 - Remove dead code and cleanup around nsDOMScriptObjectFactory; r=bz
|
2012-04-14 15:03:16 +02:00 |
|
Jeff Walden
|
18b2aec6c5
|
Bug 714260 - Implement FloatingPoint.h to consolidate all IEEE-754 floating point operations in a single location. r=dmandelin for the js bits, r=Ms2ger for mfbt and the core bits
|
2012-01-23 03:43:16 -08:00 |
|
Ms2ger
|
d947a8d314
|
Bug 738760 - Move nsContentUtils::GetContextAndScope into nsDocument.cpp; r=sicking
|
2012-04-03 09:25:39 +02:00 |
|
Ms2ger
|
6ffad56f22
|
Bug 738759 - Add nsContentUtils::CheckSameOrigin overload taking two nsINodes; r=jst
|
2012-04-03 09:25:38 +02:00 |
|
Ed Morley
|
7b8f9d67b3
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-03-31 22:41:59 +01:00 |
|
Olli Pettay
|
aef37dab12
|
Bug 641821, MutationObserver, r=sicking
--HG--
extra : rebase_source : a680c883b22976edf38eea23fb516215e081084f
|
2012-03-31 09:30:13 -07:00 |
|
Marco Bonardo
|
31496b4a78
|
Merge central to inbound
|
2012-03-30 12:27:55 +02:00 |
|
Ms2ger
|
6f4de79d23
|
Bug 738996 - Remove agnostic Hold/DropScriptObject nsContentUtils functions; r=mrbkap
|
2012-03-29 23:09:11 +02:00 |
|
Matias Juntunen
|
6ba0c7d9b4
|
Bug 729048 - Part 1: Move nsParserService::CheckQName to nsContentUtils and change calls within nsContentUtils to use nsContentUtils::CheckQName instead. r=hsivonen
|
2012-03-29 17:31:40 -04:00 |
|
Phil Ringnalda
|
0abdfa04b8
|
Back out b00bf7f3869c (bug 737976) for apparently causing mochitest-1 leaks on a CLOSED TREE
|
2012-03-28 22:43:09 -07:00 |
|
Kyle Huey
|
c3096d813b
|
Bug 737976: Remove nsINodeInfo. rs=bent
|
2012-03-28 19:07:37 -07:00 |
|
Andrew McCreight
|
0be293da76
|
Bug 740185 - mark safe JS context black. r=smaug
|
2012-03-30 10:22:29 -07:00 |
|
Mats Palmgren
|
a9ed96268a
|
Bug 732951 - Make nsContentUtils::ASCIIToLower/ASCIIToUpper return NS_ERROR_OUT_OF_MEMORY when string allocation fails. r=bz
|
2012-03-20 19:02:38 +01:00 |
|
Neil Deakin
|
f9547aff6d
|
Bug 605991, prevent drops on a parent content page from a child frame from a different domain, r=smaug
|
2012-03-20 11:21:41 -04:00 |
|
Emanuel Hoogeveen
|
5dbd39a604
|
Bug 492931 - Fix case conversion in a bunch of DOM functions to only convert ASCII characters. r=sicking,khuey
|
2012-03-09 21:50:34 -08:00 |
|
Jacob Holzinger
|
acfe99c129
|
Bug 696242 - Convert NS_RegisterStaticAtoms and nsCSSScanner::ReportUnexpectedParams to take an array-reference rather than a pointer and length, making it impossible to pass a pointer/length that are inconsistent. r=jwalden
--HG--
extra : rebase_source : 882b5b4d500b1fa242c0a3cfa3084e4171cbaa9d
|
2012-03-08 18:22:57 -08:00 |
|
Henri Sivonen
|
19ffbde631
|
Bug 650784 part 3 - Remove nsIParserNode and nsIParserService dependencies from nsPlainTextSerializer. r=smaug.
|
2012-03-08 16:42:27 +02:00 |
|
Simon Montagu
|
585e0608f5
|
Use GetGeneralCategory in IsPunctuationMark instead of the precompiled ccmap. Bug 731222, r=jfkthame
|
2012-03-01 00:17:27 -08:00 |
|
Ryan VanderMeulen
|
602d2c3be1
|
Backout bug 492921 due to mochitest crashing.
|
2012-02-29 20:29:49 -05:00 |
|
Emanuel Hoogeveen
|
961a9eae32
|
Bug 492931 - Part 0: Add nsContentUtils::EqualsLiteralIgnoreASCIICase. r=sicking
|
2012-02-29 19:29:12 -05:00 |
|
Henri Sivonen
|
33afed3ab8
|
Bug 650784 part 1 - Introduce a new API for converting HTML to plain text. r=smaug.
|
2012-02-27 13:57:48 +02:00 |
|
Henri Sivonen
|
c8d46ba72d
|
Bug 650784 part 0 - Fold nsParserUtils into nsContentUtils. r=smaug.
|
2012-02-27 13:57:48 +02:00 |
|
Jonathan Kew
|
7ff00e8673
|
bug 724826 pt 3 - replace users of nsIUGenCategory service within libxul with direct access to mozilla::unicode::GetGenCategory. r=smontagu
|
2012-02-24 10:15:46 +00:00 |
|
Matthew Schranz
|
6fbdd9a8e9
|
Bug 718274 - Implement ::DispatchUntrustedEvent and ::DispatchEvent for ContentUtils. r=mounir
|
2012-02-13 18:07:04 -05:00 |
|
Josh Aas
|
b0e5e866d9
|
Bug 90268: Change plugin instance ownership from layout to content. r=roc r=bsmedberg
|
2012-01-31 16:55:54 -05:00 |
|
Scott Johnson
|
f1c74e3e8a
|
Bug 706198 - Disable font inflation on sites optimized for mobile to avoid strangely inflated text. [r=mbrubeck,dbaron]
--HG--
extra : rebase_source : 60d764b0a76ae87515a3e669ba76adc61926c862
|
2012-01-30 16:52:11 -06:00 |
|
David Zbarsky
|
452eb69c4e
|
Bug 682611 - Part 3: Remove ns(I)RangeUtils; r=smaug
|
2012-01-28 16:42:14 +01:00 |
|
Olli Pettay
|
fdd952a25f
|
Bug 720630 - Add a way to unmark all the listeners in black documents, r=mccr8
--HG--
extra : rebase_source : 3703e6bc0dc16683757255fd5bf7a5537ac4de38
|
2012-01-26 15:51:58 +01:00 |
|
Jeff Walden
|
2426c3f987
|
Bug 720941 - Remove JSDOUBLE_COMPARE (and DOUBLE_COMPARE, outside SpiderMonkey), as tinderbox's Windows compilers seem not to need it any more. r=dmandelin
--HG--
extra : rebase_source : 1ee5ff83329ef22e6ea471f5a06815bafa45f345
|
2012-01-23 11:52:28 -08:00 |
|
Bobby Holley
|
76f009f4a9
|
Bug 579535 - Remove AddScriptBlockerAndPreventAddingRunners() API and warn about script runner failures. r=bz
|
2012-01-23 16:52:38 +01:00 |
|
Henri Sivonen
|
60292745ec
|
Bug 102699 - Support text/html in DOMParser.parseFromString(). r=smaug.
--HG--
rename : content/base/test/file_html_in_xhr.sjs => parser/htmlparser/tests/mochitest/file_bug102699.sjs
|
2012-01-20 14:03:49 +02:00 |
|
Henri Sivonen
|
9b60bd476a
|
Bug 714777 - Refactor fragment parsing out of nsHtml5Parser. r=smaug.
|
2012-01-20 13:16:27 +02:00 |
|
Justin Lebar
|
a24aacc4db
|
Bug 708176 - Part 1: Add nsContentUtils::URIIsChromeOrInPref. r=mounir
--HG--
extra : rebase_source : 9073217bd7a34a5bcd710d7d0671bd021df93164
|
2012-01-10 12:57:39 -05:00 |
|
Michael Kohler
|
51e15f5815
|
Bug 711818 - MOZILLA_GUARD_OBJECT_NOTIFIER* should use a MOZ_ prefix to follow MFBT style
|
2012-01-10 00:29:30 -05:00 |
|
Santiago Gimeno
|
5aab353df7
|
Bug 710292 - Add a common HTMLSplitOnSpacesTokenizer tokenizer. r=khuey
|
2012-01-04 05:08:00 -05:00 |
|
Bobby Holley
|
9fb9ba7af0
|
Bug 713747 - Remove usage of UniversalFoo in gecko. r=bz
|
2011-12-30 09:35:39 -08:00 |
|
Jason Duell
|
1cf32ff6bc
|
Bug 676439 - v2: Websocket Binary Message support: DOM changes. r=smaug
|
2011-12-15 15:19:01 -08:00 |
|
Gabor Krizsanits
|
873b2b62fc
|
Bug 678465 - 'document-element-inserted' doesn't fire on ImageDocument; r=bz
|
2011-12-15 15:10:36 +00:00 |
|
Masatoshi Kimura
|
ef45bcacdc
|
Bug 704820 - Simplify nsContentUtils::ReportToConsole. r=smaug
|
2011-12-15 14:47:03 +00:00 |
|
Atul Aggarwal
|
a4be0f7368
|
Bug 695648 - Remove unnecessary friend class mozilla::AutoRestore<bool> from nsContentUtils; r=smaug a=removal
|
2011-12-13 14:17:59 +00:00 |
|
Masayuki Nakano
|
4fe538ee3b
|
Bug 685395 part.4 IME open state should be able to set/get by InputContext r=roc, sr=matspal
|
2011-11-27 20:51:53 +09:00 |
|
Henri Sivonen
|
44e424ee00
|
Bug 651072 - Support HTML parsing in XMLHttpRequest. r=smaug.
|
2011-11-16 09:38:51 +02:00 |
|
Mounir Lamouri
|
8713abca25
|
Bug 695014 - nsFormFillController shouldn't watch input elements withouth a list nor autocomplete. f=ehsan, r=bz,zpao,dolske
|
2011-11-20 19:02:47 +01:00 |
|
Matt Brubeck
|
2c50849fa3
|
Back out 75ace50df008 to try to fix failures after last central/inbound merge on a CLOSED TREE
|
2011-11-16 11:50:48 -08:00 |
|
Ed Morley
|
6000587a19
|
Merge mozilla-central to mozilla-inbound
|
2011-11-16 18:05:23 +00:00 |
|
Ed Morley
|
1c87228e23
|
Merge last green changeset of mozilla-inbound to mozilla-central
|
2011-11-16 11:02:43 +00:00 |
|
Ms2ger
|
d2ea6246bf
|
Bug 672796 - Move MOZILLA_GUARD_OBJECT_NOTIFIER_* out of AutoRestore.h; r=khuey
|
2011-11-16 08:50:19 +01:00 |
|