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

220680 Коммитов

Автор SHA1 Сообщение Дата
Doug Turner 2e2352b06b Bug 567831 fennec appears to have an infinite throbber, loads page but doesn't fire onload. r=jduell
Same bug as Bug 566388  - [e10s] Not all nsIWebProgress events are being delivered within the content process
2010-05-28 17:26:45 -07:00
Dan Witte 79e81c96e1 Bug 568644 - e10s: remote nsIPrefBranch::GetChildList(). r=jdm 2010-05-28 11:09:15 -07:00
Dan Witte 8f04598ecf Bug 568270 - e10s: remote nsPrefService. r=jdm 2010-05-26 12:30:03 -07:00
Dan Witte 7f84f6eb47 Bug 568271 - e10s: remote nsIPrefBranch::GetComplexValue(). Part 2: assert on pref set. r=jdm 2010-05-26 12:29:29 -07:00
Dan Witte ffa7f28497 Bug 568271 - e10s: remote nsIPrefBranch::GetComplexValue(). Part 1: remote it. r=jdm 2010-05-26 12:29:15 -07:00
Frederic Plourde aef5ed7bee Bug 506269 - Electrolysis: implement IPC remoting for preferences. r=dwitte 2010-05-25 17:13:47 -07:00
Frederic Plourde 749ff8ccb2 Bug 566869 - prefapi.h does not like Chromium's prtypes.h. r=bsmedberg 2010-05-25 17:13:47 -07:00
Doug Turner 3b935d5b7c Merge with mc 2010-05-25 13:48:25 -07:00
Oleg Romashin 2538039097 Merge with latest mozilla central r 42802:ffbc3baf03ae 2010-05-25 15:19:33 -04:00
Olli Pettay a64e145177 bustage fix for non-IPC 2010-05-25 11:58:38 +03:00
Bas Schouten 62bf73ee94 Bug 567844 Shared builds on Windows broken by bug 546515 - Add LayerManagerD3D9 to Dll dependencies only for XP_WIN. Patch by Bas, ifdefs by Walter Meini, r=roc 2010-05-25 09:43:30 +01:00
Alexander Surkov 261f7769b6 Bug 566550 - make nsAccUtils::TextLength unsigned, r=marcoz 2010-05-25 17:40:54 +09:00
Alexander Surkov 64950b540b Bug 567636 - replace GetAccessibleInParentChain on GetContainerAccessible, r=marcoz, sr=neil 2010-05-25 17:40:39 +09:00
Alexander Surkov 3b24543774 Bug 445677 - optimization for text attributes offset (do not look into embedded characters, r=marcoz 2010-05-25 17:40:26 +09:00
Olli Pettay 5331145f44 Use mozilla::void_t, so that CPOW compiles 2010-05-25 10:51:33 +03:00
Olli Pettay 93984b6736 m-c to e10 merge 2010-05-24 17:45:59 +03:00
Steve Harper 2e898dd862 Bug 199473: Make downloads work if temporary directory is encrypted on Windows. r=jmathies
--HG--
extra : rebase_source : e88b316e071dd9bb8a57ab11e1bd13bc39d7d8eb
2010-05-23 10:48:21 -07:00
Taras Glek 54aa5aed7a Bug 537857: Remove dead symbols in linker. r=ted
--HG--
extra : rebase_source : 91c5e1d886606da9c06f24afa2f0c898a60b1427
2010-05-23 10:47:10 -07:00
Jason Duell 9071f96257 Bug 567428: Turn e10s/necko on by default. r=dwitte 2010-05-21 16:18:19 -07:00
Henri Sivonen 4dac627a91 Bug 565432 - Newline at the start of an ftp URL makes URL object creation fail. r=bzbarsky.
--HG--
extra : rebase_source : df5023aeaa0d9e7f32e6ba89b2ff297d8ac3ab0a
2010-05-20 12:03:11 +03:00
Alexander Surkov 46dba8dc6f Bug 567568 - GetPosAndText should return nsAccessible*, r=marcoz 2010-05-25 17:16:04 +09:00
Alexander Surkov d81d73d0e4 Bug 567503 - GetDOMNodeFromPoint should work with and return nsINode*, r=marcoz 2010-05-25 17:12:43 +09:00
Alexander Surkov 637db1529d Bug 567369 - GetAccessibleInWeakShell should return nsAccessible*, r=marcoz 2010-05-25 17:05:52 +09:00
Bas Schouten 60be6ff517 Bug 567966: Part 2: Remove rogue allocation from PlanarYCbCrImageD3D9. r=vlad 2010-05-25 09:37:21 +02:00
Bas Schouten 7087289353 Bug 567966: Part 1: Properly handle siblings and children. Also fix missing release on container destructor. r=vlad 2010-05-25 09:37:19 +02:00
Mark Banner 648c641d3c Bug 562886 test_plugins.js fails (8 == 4) with Linux objdir builds - detect whether symlinks are in use or not. r=dtownsend, test-only change 2010-05-25 08:12:31 +01:00
Vladimir Vukicevic 4c3754729e b=567626; fix up opengl layers; r=bas 2010-05-24 23:35:35 -07:00
Bas Schouten 64b69309d0 Bug 567943: Let ContainerLayerD3D9 keep references to their children. r=roc 2010-05-25 04:43:59 +02:00
Brian Birtles f2d7637c45 Bug 541297 - SVG SMIL: Fix abort on sampling re-attached animation node, r=roc
--HG--
extra : rebase_source : 1f228522d818b31d336558f6a238660c2972b770
2010-05-25 09:38:25 +09:00
Dan Witte f6a92bb73a Bug 541356 - session lost after restart. Part 1: Fix AddCookieToList(). r=sdwilsh 2010-05-24 18:09:34 -07:00
Robert Sayre 80865fada3 Merge tracemonkey to mozilla-central. 2010-05-24 16:27:35 -07:00
Mats Palmgren 94071fa8f9 Make use of SkipInvisibleContent flag to skip invisible content in Selection.toString(). r=dbaron b=564967 2010-05-25 01:24:15 +02:00
Mats Palmgren a180f952fd Bug 39098 - Elements with visibility:hidden, visibility:collapse, or display:none get copied to the clipboard. r=dbaron 2010-05-25 01:24:15 +02:00
Taras Glek 2f8d184957 Backout bug 537857 2010-05-24 15:21:24 -07:00
Taras Glek afbd192c91 Backed out changeset bfcdd30e82bf 2010-05-24 15:20:26 -07:00
Brad Lassey f4d7b84a7c merge from backout of changeset d403d2af00b7 2010-05-24 18:06:16 -04:00
Brad Lassey b34a167825 Backed out changeset d403d2af00b7 2010-05-24 18:05:17 -04:00
Brad Lassey ff289c5672 pushing white space change to trigger a new build 2010-05-24 17:42:39 -04:00
Mark Banner e04bc125cb Backed out changeset c85016f47efa / incorrect bustage fix
--HG--
extra : rebase_source : 27a6ce185d82841769d8e9a679b28a05d05f03b3
2010-05-24 21:37:53 +01:00
Brad Lassey dee04fda00 updating nspr to NSPR_HEAD_20100524 tag, r=ted 2010-05-24 16:33:47 -04:00
Robert Sayre f0adc4ecdd Merge 2010-05-24 13:24:52 -07:00
Robert Sayre 2bff94cc8e Disable msvc warning C4800 2010-05-24 13:24:09 -07:00
Ben Parr 22bd67f02e Bug 566764: Stuck "Updating add-ons" when no add-ons installed. r=dtownsend 2010-05-24 13:16:29 -07:00
Dave Townsend 8a791652bc Bug 567319: Bootstrapped add-ons don't get started after a restart. r=robstrong 2010-05-24 13:14:32 -07:00
Brendan Eich ac49145996 Fix getter vs. method pointer issues (567066, r=jwalden). 2010-05-24 10:48:32 -07:00
Robert Sayre 6eceac1b74 Get rid of some js_AllocStack usage. 2010-05-24 10:23:47 -07:00
Robert Sayre 2a3fb0fb81 Merge mozilla-central to tracemonkey. 2010-05-24 09:05:39 -07:00
Jonathan Watt 7de02fc132 Bug 561654. nsSVGTextPositioningElement should be on the primary inheritance chain. r=longsonr 2010-05-24 16:58:24 +02:00
Robert Kaiser bebc96132a bug 567587 - consistent IDs for view(Partial)Source, kill unused page editing function, r=gavin 2010-05-24 14:48:24 +02:00
timeless@mozdev.org 63722ce0b0 Bug 515572 - nsCacheService::EvictEntriesForClient should do a best effort clear. r=biesi 2010-05-24 14:25:59 +02:00