Benjamin Smedberg
|
8a8835638e
|
Fix test packaging and execution from bug 568691.
|
2010-06-22 20:44:44 -04:00 |
|
Benjamin Smedberg
|
6b0b22699b
|
Bug 573739 - Don't get the private browing service during layout module initialization: delay until profile-after-change.
|
2010-06-22 12:59:57 -04:00 |
|
Benjamin Smedberg
|
bf2719edde
|
Bug 568691 - Add components that were lost during the merge of layout/build/nsLayoutModule.cpp
|
2010-06-22 12:59:57 -04:00 |
|
Benjamin Smedberg
|
5cab25b52b
|
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
|
2010-06-22 12:59:15 -04:00 |
|
Benjamin Smedberg
|
45af085fff
|
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
|
2010-06-21 11:41:42 -04:00 |
|
Neil Deakin
|
192637c8dc
|
Bug 533714, use a size of (0,0) for placeholders, prevents popups from taking up space when not open, r=bz
|
2010-06-21 08:37:35 -04:00 |
|
Neil Deakin
|
53ac2d5dcb
|
Bug 572823, clear button open state when its popup is destroyed, r=neil
|
2010-06-21 08:37:35 -04:00 |
|
Neil Deakin
|
f4a7533d50
|
Bug 554810, use transparent resizer images, also fixes bugs 553752, 553796, 558201, 558203 and 563085, r=roc
|
2010-06-21 08:37:35 -04:00 |
|
Benjamin Smedberg
|
9045c05660
|
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
|
2010-06-10 14:11:11 -04:00 |
|
Benjamin Smedberg
|
80b423e0a0
|
Bug 569644 - Query the plugin host directly when searching for MIME types, rather than using Gecko-Content-Viewer category manager registration, r=bz
|
2010-06-10 12:42:16 -04:00 |
|
Olli Pettay
|
8f81d70abb
|
Bug 566024 - Add a 'global' messageManager, r=jst
|
2010-06-10 12:26:19 +03:00 |
|
Colby Russell
|
4a05952811
|
Bug 563558 - inDOMView contentRemoved implementation doesn't take into account hidden whitespace nodes. r=roc
|
2010-06-06 17:50:00 -04:00 |
|
Simon Montagu
|
b743b76680
|
Don't make bidi continuations out of empty text frames. Bug 572582, r=roc
|
2010-06-20 22:33:34 -07:00 |
|
Oleg Romashin
|
8a00f10fd1
|
Bug 558308 - More GFX optimizations needed for Image Layers. r=vlad
|
2010-04-20 12:36:00 -04:00 |
|
Shawn Wilsher
|
324b827888
|
Style links with :link and :visited since on slow builds, history may already have notified that they are visited. (Bug 572576) r=dbaron
|
2010-06-19 20:46:23 -07:00 |
|
L. David Baron
|
6c86828ec0
|
Add test for bug 573255.
--HG--
extra : transplant_source : Y%E3o%C5%F1H8t%AF%3E%1Cu%5B%EA%E0%2B%27%08%EA%C2
|
2010-06-19 14:11:20 -07:00 |
|
L. David Baron
|
ee994ab4a9
|
Merge backout of changeset a6e3300a3bac (bug 571347) for causing bug 573255 because the optimization is invalid given :not() selectors.
|
2010-06-19 14:17:00 -07:00 |
|
L. David Baron
|
d9f82cf345
|
Backed out changeset a6e3300a3bac (bug 571347) for causing bug 573255 because the optimization is invalid given :not() selectors.
|
2010-06-19 14:16:38 -07:00 |
|
Kyle Huey
|
60c5aa6fd2
|
Backed out changeset f54e6386c113
--HG--
extra : rebase_source : 367bf92e0875df1663e79bd6b968cddd677eeb1c
|
2010-06-19 13:19:25 -07:00 |
|
Robert Longson
|
3480f5102b
|
Backout bug 487404
|
2010-06-19 13:55:46 +01:00 |
|
Boris Zbarsky
|
ac7a53b8a2
|
Bug 571347. In HasAttributeDependentStyle when the class attribute is changing, walk only selectors with classes that might be relevant. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
2e0c510982
|
Bug 569006. Skip probing for ::before/::after during reresolve if we're not redoing matching on kids, since those can't appear/disappear without either a reframe or a change in what selectors we match. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
e81230c9bb
|
Bug 494117 part 2. Don't force selector matching on the whole subtree rooted at an element when the element's style changes. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
37c6532fe1
|
Bug 494117 part 1. Rename eRestyle_Self to eRestyle_Subtree. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
7cd4ee91fa
|
Bug 479655 part 7. Switch to the new setup for tracking and handling restyles. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
117cc77c6f
|
Bug 479655 part 6. Add a private AddPendingRestyle API that allows removing restyle hints, as well as adding them. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
f8d9da8e92
|
Bug 479655 part 5. Pass the relevant restyle tracker through to style reresolution. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
c459ccbab5
|
Bug 479655 part 4. Move handling of eRestyle_LaterSiblings into RestyleTracker. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
37a217faf3
|
Bug 479655 part 3. Refactor restyle processing into a new RestyleTracker class. r=dbaron
|
2010-06-18 12:23:04 -04:00 |
|
Boris Zbarsky
|
c2be2121f1
|
Fix the reftest harness so that a 'load' test that uses reftest-wait doesn't cause following '==' tests to fail. r=roc pending
|
2010-06-18 11:29:52 -04:00 |
|
Robert O'Callahan
|
428cd14b6d
|
background-zoom-4 passes on Mac currently
|
2010-06-18 23:53:23 +12:00 |
|
Robert O'Callahan
|
0b26e4bf5c
|
Backed out changeset 5a07f228795b
|
2010-06-18 23:51:45 +12:00 |
|
Robert O'Callahan
|
f3ea04af03
|
Bug 56839. Part 3: Make reftest harness draw with scrollbars and use the window's layer tree, when possible. r=dbaron
|
2010-06-18 21:25:16 +12:00 |
|
Robert O'Callahan
|
6a21a7add0
|
Bug 572287. Fix leak of mThebesComputationalSurface. r=jwatt
|
2010-06-18 21:21:13 +12:00 |
|
Robert O'Callahan
|
e61ef10c72
|
Bug 568392. Part 4: Add reftests for scrolling.
|
2010-06-18 21:18:42 +12:00 |
|
Robert O'Callahan
|
0478d67897
|
Bug 568392. Part 2: fix reftest images to match descriptions.
|
2010-06-18 21:18:26 +12:00 |
|
Robert O'Callahan
|
46b86c6732
|
Bug 568392. Part 1: fix reftests so they pass if the scrollbars are visible. r=dbaron
|
2010-06-18 21:17:35 +12:00 |
|
wfernandom2004@gmail.com
|
7b192188c1
|
Bug 472529, websockets (protocol v75), r=smaug+biesi
--HG--
rename : netwerk/protocol/http/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
rename : netwerk/protocol/http/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannelAuthProvider.h
extra : rebase_source : 44e45b23f85ec0095677233cdbd970c33b0c87b4
|
2010-06-17 21:34:24 +03:00 |
|
Alexander Surkov
|
b9b500e77b
|
Bug 571459 - shutdown document accessible when presshell goes away, patch=bz, surkov, r=surkov, davidb, sr=roc, bz, f=marcoz
|
2010-06-18 11:44:09 +09:00 |
|
Boris Zbarsky
|
d9be0d1283
|
Another missed review comment for bug 479655
|
2010-06-18 15:35:52 -04:00 |
|
Boris Zbarsky
|
6919a66abe
|
Addressing some bug 479655 review comments I missed.
|
2010-06-18 15:18:02 -04:00 |
|
Jesse Ruderman
|
89cdff546e
|
Fix bug number in test
|
2010-06-18 12:15:43 -07:00 |
|
Boris Zbarsky
|
249485c852
|
Bug 563327 part 1. Expose an nsIPresShell API for refresh observers. r=roc
|
2010-06-14 16:06:49 -04:00 |
|
Boris Zbarsky
|
037bfe5f69
|
Bug 517056. Drawing an incomplete image to the canvas shouldn't throw; should instead silently do nothing. r=vlad
|
2010-06-18 12:23:05 -04:00 |
|
Jesse Ruderman
|
f04ef428cb
|
Remove stray line breaks from NS_ERROR messages, since they interfere with log processing. rs=jst
--HG--
extra : rebase_source : 87421691da969e0ebe5fbfbc44cd8f18617d1351
|
2010-06-17 13:28:38 -07:00 |
|
Jesse Ruderman
|
fb054fc73e
|
Add some crashtests and reftests
--HG--
extra : rebase_source : a167ccf140387fa50e3668422b5a74bea0527255
|
2010-06-17 13:21:24 -07:00 |
|
Kyle Huey
|
5746184f5d
|
Bug 508082: Implement a raw video decoder. r=doublec
--HG--
extra : rebase_source : 2ffc36ceb9cb8407531efa6e7b1f0548e81c170c
|
2010-06-17 17:36:57 -07:00 |
|
Chris Pearce
|
ab123bcba3
|
Bug 572001 - Fix configure option --disable-ogg. r=ted
|
2010-06-17 10:17:36 +12:00 |
|
Olli Pettay
|
f974305c20
|
Bug 571106, sanitize tree range boundaries, r=neil
--HG--
extra : rebase_source : 848e30ac31a4bc96c543ae612074ea4071c0eb88
|
2010-06-16 19:38:37 +03:00 |
|
Neil Deakin
|
6d6ff9188a
|
Bug 379745, add some additional template sort hint options to sort case-insensitive, sort by integers, and skip natural sort order, r=neil,sr=sicking
|
2010-06-16 13:09:51 -04:00 |
|