Граф коммитов

7830 Коммитов

Автор SHA1 Сообщение Дата
Brian Birtles 814275663b Bug 629200 part 9 - Update attribute setting for SVGAnimatedLengthList; r=jwatt 2012-02-16 08:40:45 +09:00
Brian Birtles e80d82ace3 Bug 629200 part 8 - Remove unnecessary serialisation from setting nsSVGLength2; r=jwatt 2012-02-16 08:40:45 +09:00
Brian Birtles a5bab9e970 Bug 629200 part 7 - Remove unnecessary serialisation from setting SVGEnum; r=jwatt 2012-02-16 08:40:44 +09:00
Gavin Sharp 5ec08ca632 Bug 726866: remove nsIMessageWakeupService since it isn't built/used, r=mfinkle 2012-02-15 12:15:08 -08:00
Andrew McCreight 99b4415d30 Bug 727572 - remove childless nsChildContentList from the purple buffer. r=smaug 2012-02-16 08:45:19 -08:00
Dão Gottwald 635a192024 Bug 725289 followup, replace remaining mozSlize with slice 2012-02-16 12:43:08 +01:00
Marco Bonardo b9a5cb8c01 Merge central to inbound 2012-02-16 11:47:36 +01:00
Matthew Schranz 5e505cd07f Bug 725289 - Removed moz prefix in Blob.mozSlice. r=sicking
--HG--
rename : dom/workers/test/fileReadMozSlice_worker.js => dom/workers/test/fileReadSlice_worker.js
rename : dom/workers/test/fileMozSlice_worker.js => dom/workers/test/fileSlice_worker.js
rename : dom/workers/test/test_fileReadMozSlice.xul => dom/workers/test/test_fileReadSlice.xul
rename : dom/workers/test/test_fileMozSlice.xul => dom/workers/test/test_fileSlice.xul
2012-02-16 11:22:25 +01:00
Johnny Stenback 0ee3f559fe Bug 704623, part 1. Track orphan DOM nodes so that they can be reported in about:memory. r=smaug 2012-02-14 15:13:19 -08:00
Andrew McCreight 290295194b Bug 726777. r=sicking 2012-02-14 10:05:43 -08:00
Jonathan Kew b93bca669c bug 726981 - remove stray instances of PRBool in content. r=mounir 2012-02-14 16:17:19 +00:00
Marco Bonardo b549d28077 Merge central to inbound 2012-02-14 11:18:40 +01:00
Marco Bonardo 5f22420e58 Merge last green PGO from inbound to central 2012-02-14 11:16:13 +01:00
Phil Ringnalda 7b77666e87 Back out 7f81109133b5 (bug 725221), 135721f3720b (bug 726891), aef4ead175b4 (bug 726894) for orange 2012-02-13 22:31:22 -08:00
Robert O'Callahan fea5deb4c4 Bug 725221. Don't fire notifications in nsGenericDOMDataNode::SetTextInternal if the text hasn't changed. r=jst 2012-02-14 17:41:57 +13:00
Brian Birtles ec70664d11 Bug 629200 part 5 - Add assignment operator to nsAttrValue; r=bz 2012-02-14 11:00:57 +09:00
Brian Birtles ba511d0395 Bug 629200 part 4 - Tidy up bool parameters to make them easier to read; r=bz 2012-02-14 11:00:56 +09:00
Brian Birtles aa6bce14d2 Bug 629200 part 3 - Make AfterSetAttr take an nsAttrValue; r=bz 2012-02-14 11:00:56 +09:00
Brian Birtles dc787a847e Bug 629200 part 2 - Make BeforeSetAttr take an nsAttrValue; r=bz 2012-02-14 11:00:56 +09:00
Brian Birtles 84210cc183 Bug 629200 part 1 - Make MaybeCheckSameAttrVal work on parsed attributes instead of strings; r=bz 2012-02-14 11:00:56 +09:00
Geoff Lankow c59ab7ad07 Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part G, remove remaining uses of nsIPrefBranch2; r=bsmedberg 2012-01-18 23:23:28 +13:00
Mats Palmgren 09f0260b72 Bug 726364 - "ASSERTION: unexpected disconnected nodes" with range, splitText, mutation event". r=smaug 2012-02-12 22:21:49 +01:00
Matthew Schranz 2e61ecc096 Bug 718274 - Implement ::DispatchUntrustedEvent and ::DispatchEvent for ContentUtils. r=mounir 2012-02-13 18:07:04 -05:00
Jason Duell dc41bd4904 Bug 725862: Allow test_websocket.html to run multiple times to help track down random oranges. r=mcmanus 2012-02-13 11:30:01 -08:00
Robert Accettura d3530ec59c Bug 542938: add a pref to control whether oncopy/oncut/onpaste events are fired, r=smaug 2012-02-13 10:06:26 -08:00
Phil Ringnalda b8cb208b51 Back out 1cd8c9b40035 (bug 725376), df43cc1f72e1 (bug 725535), and 8a820e4ee7f6 (bug 726364) for reftest orange 2012-02-12 14:01:58 -08:00
Mats Palmgren 3b73596ff9 Bug 726364 - "ASSERTION: unexpected disconnected nodes" with range, splitText, mutation event". r=smaug 2012-02-12 22:21:49 +01:00
Johnny Stenback f94beb0505 Followup fix for bug 723473, also make sure that the content type string remains valid while instantiating a plugin instance. r=josh 2012-02-13 13:26:41 -08:00
Olli Pettay a19334a3f9 Bug 725768 - BBP for ObjectHolders, additional patch 2, r=mccr8 2012-02-13 22:59:14 +02:00
Olli Pettay 8acc9c253b Bug 701423 - Log the id and classes of an element in cycle collector dumps, f=mccr8,r=sicking 2012-02-11 13:03:54 +02:00
Ed Morley ebbd72c144 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-11 01:49:07 +00:00
Olli Pettay b11540684c Bug 725768 - BBP for ObjectHolders, additional patch, mccr8 2012-02-11 03:21:26 +02:00
Olli Pettay 95bd9afc2d Bug 725446 - BBP for ContentList, f=mccr8,r=jst 2012-02-10 22:47:29 +02:00
Olli Pettay b1b8fc6160 Bug 725768 - BBP for ObjectHolders, r=mccr8
--HG--
extra : rebase_source : 31e088050144099582d035f758d716516885ebd3
2012-02-10 21:50:37 +02:00
Olli Pettay 9c6ad44f2a Bug 725867 - Optimize anon content in BBP, f=mccr8,r=jst
--HG--
extra : rebase_source : 4ac761bd26bf7497140b574c91d8da9dc6954aa8
2012-02-10 21:42:46 +02:00
Ms2ger a44db1e4d4 Bug 716208 - Simplify nsHTMLCopyEncoder::IsMozBR; r=peterv 2012-02-10 11:04:45 +01:00
Ms2ger 3262fa3163 No bug - Remove unused variable 'gen'; r=smaug 2012-02-10 11:04:45 +01:00
Mounir Lamouri be36ebc4ba Merge mozilla-central into mozilla-inbound. 2012-02-09 11:31:59 +01:00
Benjamin Smedberg d992d4c178 Bug 723473: Fix crash with Flashblock, regression from bug 90268. r=josh 2012-02-08 18:15:16 -05:00
Philipp Wagner 5b638e2b46 Bug 724873 - Don't include nsString.h in nsIXPathEvaluatorInternal.h; r=bsmedberg 2012-02-08 18:28:07 +01:00
Ed Morley ef252facd1 Merge mozilla-central to mozilla-inbound 2012-02-10 14:03:24 +00:00
Josh Aas 47cdc25a03 Bug 723217: Fix click-to-play support for plugins on Android. r=snorp 2012-02-10 08:39:40 -05:00
Heather Arthur 580e841242 Bug 708874 - API for locking pseudo-class state of an element. r=bz 2012-02-08 10:42:38 -08:00
Edmund Wong e79d1c340c Bug 693172 - Moved all subclasses of nsDOMEventTargetWrapperCache to nsDOMEventTargetHelper and then merged the classes. r=smaug 2012-02-08 10:53:33 +08:00
Josh Aas 4a0903b352 Bug 723379: Be more strict about not instantiating plugin instances before they have an object frame. Also fix a bug causing object frame creation to fail. r=bz 2012-02-07 16:25:28 -05:00
Neil Deakin 92e5958c61 Bug 707382, merge nsIDOMDataTransfer and nsIDOMNSDataTransfer, r=jonas 2012-02-07 13:02:32 -05:00
Marco Bonardo d4a30f3fd9 Backout 683c21514e28, c22a4f1815c6, adb8a322cbe3, 415f3b807d45, 25edb41d0119 (bug 629200) for Dromaeo(DOM) regressions 2012-02-07 15:57:03 +01:00
Brian Birtles 935f0a8224 Bug 629200 part 5 - Add assignment operator to nsAttrValue; r=bz 2012-02-07 15:54:39 +09:00
Brian Birtles 457dcc152c Bug 629200 part 4 - Tidy up bool parameters to make them easier to read; r=bz 2012-02-07 15:54:38 +09:00
Brian Birtles aa5883568a Bug 629200 part 3 - Make AfterSetAttr take an nsAttrValue; r=bz 2012-02-07 15:54:38 +09:00
Brian Birtles 72c7ad3870 Bug 629200 part 2 - Make BeforeSetAttr take an nsAttrValue; r=bz 2012-02-07 15:54:38 +09:00
Brian Birtles d09c5dc4f8 Bug 629200 part 1 - Make MaybeCheckSameAttrVal work on parsed attributes instead of strings; r=bz 2012-02-07 15:54:37 +09:00
Aryeh Gregor 7cf7a1dac7 Bug 393910 - Serialize "0" as "0px" for lengths instead of "0pt"; r=dbaron 2012-02-14 10:54:08 -05:00
Jeff Muizelaar 434b3df862 Bug 235853 - Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution. r=biesi,sworkman 2008-11-04 16:50:00 -05:00
Cameron Kaiser 65370a06e6 Bug 724456. Don't assume that sizeof(bool) == 1 when memsetting arrays of bools in nsLineBreaker. r=bzbarsky 2012-02-06 13:02:22 -05:00
Mark Capella a4fbde2347 Bug 689540 - Expose IA2 margin- object attributes, r=surkov 2012-02-06 18:18:25 +01:00
Masatoshi Kimura bb233a8dab Bug 722962 - Avoid a race condition; r=jonas 2012-02-04 13:11:09 +00:00
Gavin Sharp c2834860a5 Bug 718203: don't allow drops of javascript: URIs on the home button, r=enndeakin, sr=bz
--HG--
extra : transplant_source : %ADP%C0%F8%8D%C4%A2v%BC%E5ZM%FC%D6BB%B7A%1E%07
2012-01-30 17:58:30 -08:00
Sid Stamm 555e10e7f0 Bug 717511 - Content Security Policy Bypass. r=bsterne, jst 2012-02-02 15:42:12 -08:00
Boris Zbarsky af195dcd09 Bug 723441. Add a way to store base URI object on nodes out-of-band, and use the for <use>-cloned content. r=dholbert 2012-02-02 15:50:50 -05:00
Matt Brubeck 59734e78eb Merge mozilla-central and mozilla-inbound 2012-02-01 17:09:34 -08:00
Igor Bukanov ac75a17316 bug 723021 - moving native stack limits into runtime. r=luke 2012-01-31 23:28:22 +01:00
Ms2ger dc8871e80a Bug 722406 - Part a: Introduce nsISelection::CollapseNative; r=smaug 2012-02-01 11:54:22 +01:00
Josh Aas bfed8cb272 Bug 90268: Change plugin instance ownership from layout to content. r=roc r=bsmedberg 2012-01-31 16:55:54 -05:00
Ed Morley 56c92d9d94 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-01-31 10:52:29 +00:00
Ed Morley bb9b2414a1 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-01-31 03:06:47 +00:00
Olli Pettay ee55c49fb2 Bug 721515 - Add Documents, elements and textnodes to BBP, r=mccr8,jst
--HG--
extra : rebase_source : 103b7572ee627990ed53f214b31d0badfdb05585
2012-01-30 22:08:13 +02:00
Olli Pettay bc55d7028a Bug 721548 - Cleanup purple buffer during cycle-collector-forget-skippable, r=mrrc8
--HG--
extra : rebase_source : 24265a6e07a778fb308d6273183d5d5e09a06be2
2012-01-30 22:07:42 +02:00
Philipp Wagner b3f1940949 Bug 694754 - Accessing DOM Document methods lookupPrefix, lookupNamespaceURI and isDefaultNamespace through XPCOM and quickstubs should create equal results. r=jonas 2012-01-30 15:54:54 +01:00
Masatoshi Kimura 45053c19fe Bug 696586 - Part 3: Tests; r=jonas 2012-01-30 11:34:15 +01:00
Masatoshi Kimura 1b5225d3fe Bug 696586 - Part 2: Add moz-blob response type and ability to access to the blob in progress events. r=jonas 2012-01-30 11:33:59 +01:00
Masatoshi Kimura f840b889a1 Bug 696586 - Part 1: Split nsDOMBlobBuilder.h from nsDOMBlobBuilder.cpp; r=jonas
--HG--
rename : content/base/src/nsDOMBlobBuilder.cpp => content/base/src/nsDOMBlobBuilder.h
2012-01-30 11:33:22 +01:00
Mats Palmgren ca0036d096 Bug 714587 - If the new boundary point is null, as it is for the call from Reset(), then it's expected that the new common ancestor is also null. r=smaug 2012-01-28 16:55:23 +01:00
David Zbarsky 1cbfbebabd Bug 682611 - Part 3: Remove ns(I)RangeUtils; r=smaug 2012-01-28 16:42:14 +01:00
Scott Johnson e502bc9414 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
Ed Morley 0ce8f75531 Backout 0e6b1dfaa99c (bug 720208) for M1 orange 2012-02-01 12:58:07 +00:00
Marco Bonardo 48931a913b Merge mozilla-central to mozilla-inbound 2012-01-26 19:34:35 +01:00
Olli Pettay 2df43f0d64 Bug 719949 - Unmark listeners in XHR, WebSocket and EventSource if the object is black, r=mccr8
--HG--
extra : rebase_source : ceff390170c3ad35baa33a7f16ec39e3393a81be
2012-01-26 16:55:30 +01:00
Olli Pettay bd43197001 Bug 720647 - Add message managers to black-bit-propagation, r=mccr8
--HG--
extra : rebase_source : f250f4d74ececd46e07bb81eb4ad9178d6408bd9
2012-01-26 16:39:23 +01:00
Olli Pettay 0ee8497d4d Bug 720808 - Add nsJSEventListener and nsGlobalWndow to BBP, r=mccr8
--HG--
extra : rebase_source : e6512fe1b8b19b3ddd959b992ce0f2672b0b072f
2012-01-26 16:03:21 +01:00
Olli Pettay c8d8ca4965 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 6f2cbe7a02 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
Jon Buckley d54e4fa42d Bug 682299 - Implement CORS support for the <video> tag. r=roc 2012-01-25 17:31:30 -05:00
Jon Buckley a388ed4a99 Bug 682299 - Move CORS attributes and enumerations to nsGenericHTMLElement. r=bz 2012-01-25 17:31:29 -05:00
Matthew Schranz 877f5228df Bug 698384 - Make document.createNodeIterator's 2nd and 3rd parameters optional. r=smaug 2012-01-25 13:47:50 +01:00
Ms2ger 97967af56e Merge m-c to m-i. 2012-01-25 11:06:40 +01:00
Ms2ger fa49b00e76 Bug 718504 - Remove some GetChildAt callers; r=smaug 2012-01-25 08:50:07 +01:00
Ms2ger 0ee0b0b894 Bug 718170 - Part b: Use nsINode in IsVisTextNode; r=ehsan 2012-01-25 08:50:05 +01:00
Ms2ger a98525ac10 Bug 720124 - Remove dead code from HTMLContentSink: AddComment; r=hsivonen 2012-01-25 08:50:04 +01:00
Ms2ger c1e941dcc3 Bug 720124 - Remove dead code from HTMLContentSink: AddProcessingInstruction; r=hsivonen 2012-01-25 08:50:04 +01:00
Ms2ger 2a1d41ff0a Bug 720124 - Remove dead code from HTMLContentSink: IsFormOnStack; r=hsivonen 2012-01-25 08:50:04 +01:00
Ms2ger b51f11201d Bug 720124 - Remove dead code from HTMLContentSink: AddDocTypeDecl; r=hsivonen 2012-01-25 08:50:02 +01:00
Ben Turner 182ee449ce Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey.
--HG--
extra : transplant_source : kT-%8B%9A%00%D5%230%EC%11%00%1A%B1%A2%1EFSd%2A
2012-01-24 02:03:37 -08:00
Alex Vincent 7a891b637f Implement XMLHttpRequest.timeout support. Bug 525816, r=smaug, sr=sicking.
--HG--
extra : rebase_source : f8ec0171cab2d0fbcc1975c5e455162ebbeb2690
2012-01-26 11:02:22 +01:00
Timothy Zhu 8d34e9a692 Bug 686514 - Make ctrl-plus and ctrl-minus scale image documents. r=gavin.sharp,jonas 2011-11-16 23:25:00 -05:00
Phil Ringnalda ed1e18f921 Backed out changeset a57b82b18bde (bug 622232) for build bustage 2012-01-23 16:07:47 -08:00
Steve Workman b8a9c0671a Bug 622232: Cancel DNS prefetches for HTML Anchor Elems after a tab is closed; r=mcmanus sr=bz 2012-01-20 15:14:46 -08:00
Ed Morley b39bbb8f95 Backout 8886b027527a (bug 718132) for xpcshell failures 2012-01-23 16:18:14 +00:00
Bobby Holley d61eeae4c7 Bug 579535 - Remove AddScriptBlockerAndPreventAddingRunners() API and warn about script runner failures. r=bz 2012-01-23 16:52:38 +01:00
Ben Turner c597ebf39d Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey.
--HG--
extra : transplant_source : 1j%98%F9%1D%7F%C8%13%8E%9D%B0%05%05%93%D4%60%89%3D%06%19
2012-01-23 06:03:41 -08:00