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 |
|
Shawn Wilsher
|
f1d155f2bc
|
Bug 551838 - Adding empty href attribute doesn't add link styling
r=bz
|
2010-06-16 09:59:26 -07:00 |
|
Mounir Lamouri
|
241688657e
|
Bug 572406 - Test that the value is correctly updated when the firstChild.nodeValue of a textarea is changed; r=ehsan
|
2010-06-16 12:36:12 -04:00 |
|
Olli Pettay
|
fe69412640
|
Bug 571438 - MayHavePaintEventListener fails for non-e10s message manager, r=jst
|
2010-06-16 14:43:36 +03:00 |
|
Ms2ger
|
f243ea03ba
|
Bug 560059 - Correct video dimensions on failed load. r=roc
|
2010-06-16 09:53:44 +12:00 |
|
Josh Aas
|
72e1f0c4f8
|
64-bit Mac OS X bustage fix for npapi-headers sync. b=571538 r=mstange
|
2010-06-15 16:13:06 -04:00 |
|
Masayuki Nakano
|
d4c1419c7c
|
Bug 519913 The IME composition string isn't committed on Mac when the window is deactivating r=smaug+enn
|
2010-06-15 14:05:37 +09:00 |
|
Drew Willcoxon
|
6c3a203093
|
Backed out changeset b54140961fa7 to fix more mochitest-a11y crashes (Bug 571459)
|
2010-06-14 16:19:10 -07:00 |
|
Ehsan Akhgari
|
9dcdabcf25
|
Backed out changeset fee5701c664e and changeset dcfe95c71a04 to fix the mochitest-a11y crashes (bug 563327)
|
2010-06-14 18:14:30 -04:00 |
|
Ehsan Akhgari
|
1d66c0ff11
|
Adjust the assertion count (bug 567708)
|
2010-06-14 17:25:58 -04:00 |
|
Ehsan Akhgari
|
1d27c39d4a
|
Bug 520189 - Fix copy and test for the HTML editor; f=bzbarsky,dbaron r=sayrer,peterv,bzbarsky sr=roc
|
2010-04-09 17:06:09 -04:00 |
|
Boris Zbarsky
|
ab2008132c
|
Bug 563327 part 1. Expose an nsIPresShell API for refresh observers. r=roc
|
2010-06-14 16:06:49 -04:00 |
|
Boris Zbarsky
|
2d3ef7e383
|
Bug 571459. Shutdown the doc accessible if its presshell dies. r=surkov,roc
|
2010-06-14 16:06:48 -04:00 |
|
Boris Zbarsky
|
76b245d938
|
Bug 571618. Fix asertion to match reality. r=roc
|
2010-06-14 16:06:48 -04:00 |
|
Boris Zbarsky
|
8b6e50ff8c
|
Bug 571105. Don't force creation of an if-visited style contest if we don't actually need one. r=dbaron
|
2010-06-14 16:06:48 -04:00 |
|
Simon Montagu
|
e01cbc6b47
|
When bidi resolving makes a frame's continuations non-fluid, make sure that its parents also have non-fluid continuations. Bub 534367, r=roc
|
2010-06-13 20:16:55 -07:00 |
|
Masayuki Nakano
|
6e00300d75
|
Bug 550434 Clicking in an empty contenteditable element that has focus causes the caret to disappear (alternative approach) r=roc
|
2010-06-14 12:11:30 +09:00 |
|
Jacek Caban
|
f6026ed505
|
Bug 569604 - Fix compilation failure on mingw-w64 due to pointer to int cast loosing precision. r=josh
|
2010-06-11 20:55:31 +02:00 |
|
Justin Wood
|
7eb105907c
|
Bug 568733 - patch for mobile specific browser-chrome tests breaks seamonkey. r=ted
pending-feedback=jmaher
Also RE-enables browser-mochitests for docshell.
|
2010-06-09 19:29:44 -04:00 |
|
Boris Zbarsky
|
2fc6feb9ce
|
Bug 571281. Make list-style-position:inside + display:list-item + non-visible overflow work again. r=roc
|
2010-06-11 15:23:13 -04:00 |
|
Jesse Ruderman
|
880fe87fe3
|
Bug 570730 - automation.py should indicate which test crashed (or timed out) for reftests and mochitests. r=ctalbert
|
2010-06-10 18:46:18 -07:00 |
|
Rob Arnold ext:(%20%26%20Robert%20O%27Callahan%20%3Crobert%40ocallahan.org%3E)
|
95f0307543
|
b=555133 Attempt to infer whether or not theme parts are transparent r=roc,rob sr=vlad
|
2010-06-11 10:53:57 +12:00 |
|
Karl Tomlinson
|
d9f67b344a
|
backout ce0bec337cdd due to bad message
|
2010-06-11 10:53:01 +12:00 |
|
Rob Arnold ext:(%20%26%20Robert%20O%27Callahan%20%3Crobert%40ocallahan.org%3E)
|
b3c3976708
|
Attempt to infer whether or not theme parts are transparent r=roc,rob sr=vlad
--HG--
rename : layout/mathml/mathfontSTIXSize1.properties => layout/mathml/mathfontSTIXSizeOneSym.properties
extra : rebase_source : 0500c9e1f6cabd42bd56e5e69b1af3c30c7045cd
|
2010-06-11 10:25:15 +12:00 |
|
Frédéric Wang
|
3063ebb55e
|
Bug 569195 - Add support for STIX Fonts 1.0. r=karlt
--HG--
rename : layout/mathml/mathfontSTIXSize1.properties => layout/mathml/mathfontSTIXSizeOneSym.properties
extra : rebase_source : 81a64bf6f150e759937ea6869a8786d08ebae686
|
2010-06-11 10:15:43 +12:00 |
|
Daniel Holbert
|
c76f173bb3
|
Bug 571059: Update debugging printfs to treat nsFrameState objects as 64-bit & fix build warnings. r=dbaron
|
2010-06-10 11:26:57 -07:00 |
|
Daniel Holbert
|
b99dade73e
|
Bug 568612 followup: remove now-unused helper-function GetDocURI. r=roc
|
2010-06-10 11:26:28 -07: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 |
|
Oleg Romashin
|
8a00f10fd1
|
Bug 558308 - More GFX optimizations needed for Image Layers. r=vlad
|
2010-04-20 12:36:00 -04:00 |
|
Josh Aas
|
dc18091697
|
Add support for Cocoa NPAPI complex text input. This patch contains a TSM-based implementation for 32-bit builds, and an NSInputContext-based implementation for 64-bit builds. b=512886 r=smichaud sr=jst
|
2010-06-09 20:56:17 -04:00 |
|
Daniel Holbert
|
00d625e66a
|
merge
|
2010-06-09 17:17:19 -07:00 |
|
Daniel Holbert
|
79fa9a7cdd
|
Backed out changeset a8ac411e1653 (bug 552938) for causing some randomorange.
|
2010-06-09 17:16:25 -07:00 |
|
Daniel Holbert
|
4d1cd2976f
|
Bug 571036: revert addition of reftest-wait, since it didn't help this randomorange. (Also remove unnecessary full-page white background). [test-only change]
|
2010-06-09 16:03:50 -07:00 |
|
Robert Longson
|
93b8330e4e
|
Bug 571036: Add reftest-wait to reftest dynamic-use-nested-01.svg to hopefully fix randomorange. r=dholbert
|
2010-06-09 13:26:24 -07:00 |
|
Robert Longson
|
77d4c995db
|
Bug 570555 - CSS animation on font-size should not require units. r=dholbert,sr=roc
|
2010-06-09 20:51:31 +01:00 |
|
Ehsan Akhgari
|
8c018044af
|
Bug 570624 - "ASSERTION: called nsGenericElement::SetText"; r=roc
--HG--
extra : rebase_source : 24d41a8eccef1c6d8b3adc6a04ca1a20912263ef
|
2010-06-09 14:14:42 -04:00 |
|
Robert Longson
|
32ed8c2967
|
Bug 570354 - CSS mapping missing for link elements. r=jwatt
|
2010-06-09 19:53:40 +01:00 |
|
Henri Sivonen
|
977ed6243c
|
Bug 566280 - Text run prefixed by U+0000 shows only U+FFFD. r=sicking.
--HG--
extra : rebase_source : 86afd6adeba2231c526857a19e27e291296f60d1
|
2010-05-27 16:08:19 +03:00 |
|
Henri Sivonen
|
8a99f75610
|
Bug 552938 - Implement the SVG load event in text/html, make the SVG load event in XML async and only supported on <svg>. r=dholbert, sr=roc.
--HG--
extra : rebase_source : 6b4eb0b424b328cbb7853d767c2552ed01abc519
|
2010-05-25 14:57:58 +03:00 |
|
L. David Baron
|
ed06caaf51
|
Use 64 bits for frame state. (Bug 570837) r=roc
|
2010-06-08 22:28:14 -07:00 |
|
L. David Baron
|
c10e106834
|
Remove unused frame state bits. (Bug 570837) r=roc
|
2010-06-08 22:28:14 -07:00 |
|
L. David Baron
|
d0ff3a7712
|
Fix a state bit that *might* be overlapping. (Bug 570837) r=roc
|
2010-06-08 22:28:14 -07:00 |
|
L. David Baron
|
d574dd00ce
|
Use macros for frame state so that it's easy to change the size and easier to read the constants. (Bug 570837) r=roc
|
2010-06-08 22:28:14 -07:00 |
|
Benoit Girard
|
3f40b6cc9b
|
Catch Objective-C exceptions in NPAPI_ShowCocoaContextMenu. b=561477 r=josh
|
2010-06-09 00:11:54 -04:00 |
|
Benoit Girard
|
22930b5f78
|
Implement InvalidatingCoreAnimation Drawing Model. b=559211 r=josh
|
2010-06-09 00:11:48 -04:00 |
|
Benoit Girard
|
da16c54e88
|
Don't paint OSX plug-ins with empty clip. b=568382 r=roc
|
2010-06-09 00:11:46 -04:00 |
|
Benoit Girard
|
59f7614d8b
|
Replace float by CGFloat to fix BoxShadows on 64-bit OS X + added reftest. b=562616 r=jmuizelaar
|
2010-06-09 00:11:38 -04:00 |
|
Boris Zbarsky
|
c9c80444ca
|
Fix the comment to not talk about irrelevant things.
|
2010-06-09 00:03:10 -04:00 |
|
Boris Zbarsky
|
cf5cde8e24
|
Bug 570866. De-bogify the assertion.
|
2010-06-08 23:36:17 -04:00 |
|
L. David Baron
|
a4220ff996
|
Fix alphabetization of renamed properties in property_database.js. (Bug 549809)
|
2010-06-08 18:44:33 -07:00 |
|
L. David Baron
|
9a129faa59
|
Rename -moz-background-size to background-size. (Bug 549809) r=roc
|
2010-06-08 18:44:33 -07:00 |
|
L. David Baron
|
dde8361307
|
Support for background-clip and background-origin in the background shorthand. (Bug 549809) r=roc
|
2010-06-08 18:44:33 -07:00 |
|
L. David Baron
|
934c377eda
|
Rename properties and values of background-clip and background-origin to match css3-background. (Bug 549809) r=roc
|
2010-06-08 18:44:33 -07:00 |
|
L. David Baron
|
4547409e45
|
Remove comments referencing no-longer-existing no-clip value for background-clip. (Bug 549809)
|
2010-06-08 18:44:32 -07:00 |
|
L. David Baron
|
308b0473d7
|
Add -moz-background-clip: content. (Bug 549809) r=roc
|
2010-06-08 18:44:32 -07:00 |
|
L. David Baron
|
a33adff685
|
Add shortcuts for common widget conditions. (Bug 570329) r=roc
|
2010-06-08 18:44:32 -07:00 |
|
L. David Baron
|
5e162ad661
|
Move construction of reftest condition sandbox into its own function. (Bug 570329) r=roc
|
2010-06-08 18:44:32 -07:00 |
|
Jesse Ruderman
|
3dbc6bd8c8
|
Add a bunch of crashtests
|
2010-06-08 17:53:08 -07:00 |
|
John Daggett
|
c9a6678562
|
Bug 504698. Force Cleartype rendering of content on XP based on pref (follow-on). r=jkew
|
2010-06-09 09:33:13 +09:00 |
|
Dan Witte
|
1ac90420f6
|
Bug 564048 - Nix security checks in nsPrefBranch. r=sicking, sr=jst
|
2010-06-08 16:43:54 -07:00 |
|
Chris Pearce
|
2a11a80ccb
|
Bug 566247 - WebM build system changes. r=ted
|
2010-06-09 11:31:27 +12:00 |
|
Boris Zbarsky
|
43a16212af
|
Add assertions that would catch bug 558943 earlier. r=dbaron
|
2010-06-08 15:58:26 -04:00 |
|
Boris Zbarsky
|
6e35d9ce4f
|
Bug 558943. Pass the right value for aIsLink from ReparentStyleContext. r=dbaron
|
2010-06-08 15:58:26 -04:00 |
|
Ehsan Akhgari
|
4f61aba234
|
Bug 570378 - Add tests for numeric substitution (in Arabic and Persian) in text not in text frames; r=roc
--HG--
rename : browser/components/preferences/tests/browser_privacypane_7.js => browser/components/preferences/tests/browser_privacypane_8.js
rename : layout/base/tests/bug441782-1-ref.html => layout/base/tests/bug570378-arabic-1-ref.html
rename : layout/base/tests/bug441782-1.html => layout/base/tests/bug570378-arabic-1.html
rename : layout/base/tests/bug441782-2-ref.html => layout/base/tests/bug570378-arabic-2-ref.html
rename : layout/base/tests/bug441782-2.html => layout/base/tests/bug570378-arabic-2.html
rename : layout/base/tests/bug441782-3-ref.html => layout/base/tests/bug570378-arabic-3-ref.html
rename : layout/base/tests/bug441782-3.html => layout/base/tests/bug570378-arabic-3.html
rename : layout/base/tests/bug441782-4-ref.html => layout/base/tests/bug570378-arabic-4-ref.html
rename : layout/base/tests/bug441782-4.html => layout/base/tests/bug570378-arabic-4.html
rename : layout/base/tests/bug441782-5-ref.html => layout/base/tests/bug570378-arabic-5-ref.html
rename : layout/base/tests/bug441782-5.html => layout/base/tests/bug570378-arabic-5.html
rename : layout/base/tests/bug467672-1-ref.html => layout/base/tests/bug570378-persian-1-ref.html
rename : layout/base/tests/bug467672-1.html => layout/base/tests/bug570378-persian-1.html
rename : layout/base/tests/bug467672-2-ref.html => layout/base/tests/bug570378-persian-2-ref.html
rename : layout/base/tests/bug467672-2.html => layout/base/tests/bug570378-persian-2.html
rename : layout/base/tests/bug467672-3-ref.html => layout/base/tests/bug570378-persian-3-ref.html
rename : layout/base/tests/bug467672-3.html => layout/base/tests/bug570378-persian-3.html
rename : layout/base/tests/bug467672-4-ref.html => layout/base/tests/bug570378-persian-4-ref.html
rename : layout/base/tests/bug467672-4.html => layout/base/tests/bug570378-persian-4.html
rename : layout/base/tests/bug467672-5-ref.html => layout/base/tests/bug570378-persian-5-ref.html
rename : layout/base/tests/bug467672-5.html => layout/base/tests/bug570378-persian-5.html
rename : layout/base/tests/test_bug441782-1a.html => layout/base/tests/test_bug570378-arabic-1a.html
rename : layout/base/tests/test_bug441782-1b.html => layout/base/tests/test_bug570378-arabic-1b.html
rename : layout/base/tests/test_bug441782-1c.html => layout/base/tests/test_bug570378-arabic-1c.html
rename : layout/base/tests/test_bug441782-1d.html => layout/base/tests/test_bug570378-arabic-1d.html
rename : layout/base/tests/test_bug441782-1e.html => layout/base/tests/test_bug570378-arabic-1e.html
rename : layout/base/tests/test_bug441782-2a.html => layout/base/tests/test_bug570378-arabic-2a.html
rename : layout/base/tests/test_bug441782-2b.html => layout/base/tests/test_bug570378-arabic-2b.html
rename : layout/base/tests/test_bug441782-2c.html => layout/base/tests/test_bug570378-arabic-2c.html
rename : layout/base/tests/test_bug441782-2d.html => layout/base/tests/test_bug570378-arabic-2d.html
rename : layout/base/tests/test_bug441782-2e.html => layout/base/tests/test_bug570378-arabic-2e.html
rename : layout/base/tests/test_bug441782-3a.html => layout/base/tests/test_bug570378-arabic-3a.html
rename : layout/base/tests/test_bug441782-3b.html => layout/base/tests/test_bug570378-arabic-3b.html
rename : layout/base/tests/test_bug441782-3c.html => layout/base/tests/test_bug570378-arabic-3c.html
rename : layout/base/tests/test_bug441782-3d.html => layout/base/tests/test_bug570378-arabic-3d.html
rename : layout/base/tests/test_bug441782-3e.html => layout/base/tests/test_bug570378-arabic-3e.html
rename : layout/base/tests/test_bug441782-4a.html => layout/base/tests/test_bug570378-arabic-4a.html
rename : layout/base/tests/test_bug441782-4b.html => layout/base/tests/test_bug570378-arabic-4b.html
rename : layout/base/tests/test_bug441782-4c.html => layout/base/tests/test_bug570378-arabic-4c.html
rename : layout/base/tests/test_bug441782-4d.html => layout/base/tests/test_bug570378-arabic-4d.html
rename : layout/base/tests/test_bug441782-4e.html => layout/base/tests/test_bug570378-arabic-4e.html
rename : layout/base/tests/test_bug441782-5a.html => layout/base/tests/test_bug570378-arabic-5a.html
rename : layout/base/tests/test_bug441782-5b.html => layout/base/tests/test_bug570378-arabic-5b.html
rename : layout/base/tests/test_bug441782-5c.html => layout/base/tests/test_bug570378-arabic-5c.html
rename : layout/base/tests/test_bug441782-5d.html => layout/base/tests/test_bug570378-arabic-5d.html
rename : layout/base/tests/test_bug441782-5e.html => layout/base/tests/test_bug570378-arabic-5e.html
rename : layout/base/tests/test_bug467672-1a.html => layout/base/tests/test_bug570378-persian-1a.html
rename : layout/base/tests/test_bug467672-1b.html => layout/base/tests/test_bug570378-persian-1b.html
rename : layout/base/tests/test_bug467672-1c.html => layout/base/tests/test_bug570378-persian-1c.html
rename : layout/base/tests/test_bug467672-1d.html => layout/base/tests/test_bug570378-persian-1d.html
rename : layout/base/tests/test_bug467672-1e.html => layout/base/tests/test_bug570378-persian-1e.html
rename : layout/base/tests/test_bug467672-1f.html => layout/base/tests/test_bug570378-persian-1f.html
rename : layout/base/tests/test_bug467672-1g.html => layout/base/tests/test_bug570378-persian-1g.html
rename : layout/base/tests/test_bug467672-2a.html => layout/base/tests/test_bug570378-persian-2a.html
rename : layout/base/tests/test_bug467672-2b.html => layout/base/tests/test_bug570378-persian-2b.html
rename : layout/base/tests/test_bug467672-2c.html => layout/base/tests/test_bug570378-persian-2c.html
rename : layout/base/tests/test_bug467672-2d.html => layout/base/tests/test_bug570378-persian-2d.html
rename : layout/base/tests/test_bug467672-2e.html => layout/base/tests/test_bug570378-persian-2e.html
rename : layout/base/tests/test_bug467672-2f.html => layout/base/tests/test_bug570378-persian-2f.html
rename : layout/base/tests/test_bug467672-2g.html => layout/base/tests/test_bug570378-persian-2g.html
rename : layout/base/tests/test_bug467672-3a.html => layout/base/tests/test_bug570378-persian-3a.html
rename : layout/base/tests/test_bug467672-3b.html => layout/base/tests/test_bug570378-persian-3b.html
rename : layout/base/tests/test_bug467672-3c.html => layout/base/tests/test_bug570378-persian-3c.html
rename : layout/base/tests/test_bug467672-3d.html => layout/base/tests/test_bug570378-persian-3d.html
rename : layout/base/tests/test_bug467672-3e.html => layout/base/tests/test_bug570378-persian-3e.html
rename : layout/base/tests/test_bug467672-3f.html => layout/base/tests/test_bug570378-persian-3f.html
rename : layout/base/tests/test_bug467672-3g.html => layout/base/tests/test_bug570378-persian-3g.html
rename : layout/base/tests/test_bug467672-4a.html => layout/base/tests/test_bug570378-persian-4a.html
rename : layout/base/tests/test_bug467672-4b.html => layout/base/tests/test_bug570378-persian-4b.html
rename : layout/base/tests/test_bug467672-4c.html => layout/base/tests/test_bug570378-persian-4c.html
rename : layout/base/tests/test_bug467672-4d.html => layout/base/tests/test_bug570378-persian-4d.html
rename : layout/base/tests/test_bug467672-4e.html => layout/base/tests/test_bug570378-persian-4e.html
rename : layout/base/tests/test_bug467672-4f.html => layout/base/tests/test_bug570378-persian-4f.html
rename : layout/base/tests/test_bug467672-4g.html => layout/base/tests/test_bug570378-persian-4g.html
rename : layout/base/tests/test_bug467672-5a.html => layout/base/tests/test_bug570378-persian-5a.html
rename : layout/base/tests/test_bug467672-5b.html => layout/base/tests/test_bug570378-persian-5b.html
rename : layout/base/tests/test_bug467672-5c.html => layout/base/tests/test_bug570378-persian-5c.html
rename : layout/base/tests/test_bug467672-5d.html => layout/base/tests/test_bug570378-persian-5d.html
rename : layout/base/tests/test_bug467672-5e.html => layout/base/tests/test_bug570378-persian-5e.html
rename : layout/base/tests/test_bug467672-5f.html => layout/base/tests/test_bug570378-persian-5f.html
rename : layout/base/tests/test_bug467672-5g.html => layout/base/tests/test_bug570378-persian-5g.html
extra : rebase_source : 02d673eaaec344bc69d3a0181650ba32401bb685
|
2010-06-08 00:31:52 -04:00 |
|
Ehsan Akhgari
|
187716f27a
|
Bug 567708 - Intermittent crashtest 378325-1.html | assertion count 2 is more than expected 1 assertions ("cannot get ptop", nsGlobalWindow::GetPrivateRoot); r=dbaron
--HG--
extra : rebase_source : 3b8e5db9eb3d7d66aa5493dad89c0f438a0bc181
|
2010-06-03 21:31:07 -04:00 |
|
Ehsan Akhgari
|
67c7d5d5e2
|
Bug 332636 - Handle backspace for Unicode plane 1 characters correctly; r=roc
--HG--
extra : rebase_source : a343610b06983d3328f3ddb2e7025193ab275094
|
2010-06-04 13:28:19 -04:00 |
|
Robert Sayre
|
5ca2a43d0d
|
Merge tracemonkey to mozilla-central.
|
2010-06-06 14:55:52 -04:00 |
|
Mounir Lamouri
|
51117776b3
|
Bug 569337 - Fix compilation issues when SVG and SMIL are disabled. r=dbaron
|
2010-06-06 19:45:18 +02:00 |
|
Robert Sayre
|
09e6a02419
|
Merge mozilla-central to tracemonkey.
|
2010-06-06 11:28:04 -04:00 |
|
Jesse Ruderman
|
c63de0b7e8
|
Crashtest for bug 519031.
|
2010-06-06 16:26:05 +02:00 |
|
Robert Sayre
|
d9e86770e3
|
Merge mozilla-central to tracemonkey.
|
2010-06-05 19:13:45 -04:00 |
|
Timothy Nikkel
|
0d8eb620e3
|
Bug 563878. Part 1c. Misc layout cleanup. r=mats
(transplanted from 2c4a36b7e9ea2125b9daaab242202be4c34e46a5)
--HG--
extra : transplant_source : %2CJ6%B7%E9%EA%21%25%B9%DA%AA%B2B%20%2B%E4%C3NF%A5
|
2010-06-05 15:29:49 -05:00 |
|
Timothy Nikkel
|
3cf7abcc45
|
Bug 563878. Part 1b. Make nsIPresShell::RenderNode and nsIRenderingContext::SetClipRegion take an nsIntRegion. r=mats
(transplanted from d5ca465f42381d777adcc468c8fdf96942f1fcfe)
--HG--
extra : transplant_source : %D5%CAF_B8%1Dwz%DC%C4h%C8%FD%F9iB%F1%FC%FE
|
2010-06-05 15:29:49 -05:00 |
|
Timothy Nikkel
|
14c5d0cae6
|
Bug 8253. Part 1. Disable first-letter and first-line styles in select elements. r=bzbarsky
(transplanted from b2d0bd7761a16e652727596f58b0edc1d57610d4)
--HG--
extra : transplant_source : %B2%D0%BDwa%A1ne%27%27YoX%B0%ED%C1%D5v%10%D4
|
2010-06-05 15:29:49 -05:00 |
|
Daniel Holbert
|
ab72715df9
|
Bug 569994: Fix GCC warning "suggest parentheses around && within ||" in nsTreeBodyFrame.cpp. r=ehsan
|
2010-06-04 13:38:17 -07:00 |
|
Jason Orendorff
|
d7cbea1f4d
|
Bug 533592, part 1 - Remove uses of and support for xpcnativewrappers=no/yes in manifests. (The default has been yes for some time and we will now only have that behavior.) r=mrbkap.
--HG--
extra : rebase_source : 996d2abecb15f44293abd470a28a3fe2706e130e
|
2010-05-27 12:33:54 -07:00 |
|
John Daggett
|
060fa41f99
|
Bug 555406. Call checkLoadURI for INHERIT_PRINCIPAL font loads. r=bz
|
2010-05-24 15:45:18 +09:00 |
|
Robert O'Callahan
|
fd35fd2894
|
Bug 564993. Fix build error, and fix Bas' review comment.
|
2010-05-24 14:25:58 +12:00 |
|
Ehsan Akhgari
|
168fa38e97
|
Bug 569238 - Add some debugging information to determine what causes test_flush_on_paint.html to time out (temporary test-only change)
(transplanted from 9624407a729c81c531c7ab3a49e7209ede5525e0)
--HG--
extra : transplant_source : %96%24%40zr%9C%81%C51%C7%AB%3AI%E7%20%9E%DEU%25%E0
|
2010-06-04 13:28:19 -04:00 |
|
Ehsan Akhgari
|
17d8856c83
|
Bug 563864 - Add some debugging output to figure out what's going on with test_mozPaintCount.html intermittent oranges (temporary test-only change)
(transplanted from 9b29864cabd1b25cf5184d4f96ad75ff8ce99d4c)
--HG--
extra : transplant_source : %9B%29%86L%AB%D1%B2%5C%F5%18MO%96%ADu%FF%8C%E9%9DL
|
2010-06-04 13:28:19 -04:00 |
|
Robert O'Callahan
|
b045d986ea
|
Port over part of changeset eaea9e3806a3 to FrameLayerBuilder to fix reftest failure in ogg-video/clipping-1a.html
|
2010-05-24 14:13:00 +12:00 |
|
Robert O'Callahan
|
5cb6f06477
|
Bug 564993. Part 5: Change ThebesLayer painting to be callback-based; move layer tree construction to FrameLayerBuilder. r=Bas,mats,sr=vlad
|
2010-05-21 15:20:48 +12:00 |
|
Robert O'Callahan
|
35d47b1777
|
Backing out bug 564993 part 5 again due to leaks
|
2010-05-24 10:53:55 +12:00 |
|
Robert O'Callahan
|
491e959191
|
Backed out changeset b37bdb032fe7
|
2010-05-24 10:53:05 +12:00 |
|
Robert O'Callahan
|
29967ae259
|
Remove code that I need to back out that slipped into the wrong patch
|
2010-05-24 10:52:28 +12:00 |
|
Michael Kohler
|
5f19df86e0
|
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
|
2010-05-23 12:26:15 -07:00 |
|
Mounir Lamouri
|
e5a9c417cf
|
Bug 551846. Tests
|
2010-05-24 09:36:49 +12:00 |
|
Chris Double
|
63a38282f4
|
Bug 567056. Rename mAspectRatio to mPixelAspectRatio. r=kinetik
|
2010-05-24 09:36:10 +12:00 |
|
Robert O'Callahan
|
f3c689bd37
|
Bug 564993. Part 5: Change ThebesLayer painting to be callback-based; move layer tree construction to FrameLayerBuilder. r=Bas,mats,sr=vlad
|
2010-05-21 15:20:48 +12:00 |
|
Ehsan Akhgari
|
f58add9d96
|
Bug 336104 - "ASSERTION: no frame, see bug #188946"; r=roc,dbaron
|
2010-05-21 16:36:42 -04:00 |
|
Timothy Nikkel
|
c59fbce1fb
|
Bug 567292. When making asserts for lazy frame construction, if we hit a leaf frame, forgive any previous transgressions because leaf frames do their own thing. r=bzbarsky
|
2010-05-22 13:55:41 -05:00 |
|
Timothy Nikkel
|
86591e5c58
|
Bug 553359. Address review comments.
|
2010-05-22 13:55:41 -05:00 |
|
Jason Duell
|
84b443f1c0
|
# User Michal Novotny <michal.novotny@gmail.com>
# Date 1272456176 -7200
Bug 549241 - Channel classifier should run in chrome process. r=biesi, sr=jst
|
2010-05-21 14:03:02 -07:00 |
|
L. David Baron
|
41d83aa413
|
Add more tests for invalid URL parsing for CSS 2.1 issue 129.
|
2010-05-21 13:17:58 -07:00 |
|
L. David Baron
|
fd6770787e
|
content/html/content/src line in LOCAL_INCLUDES should not be conditional on MOZ_MEDIA. (Bug 567191) r=roc
|
2010-05-21 13:17:58 -07:00 |
|
L. David Baron
|
d8997b90d6
|
Enable the reporting of assertion failures in the reftest harness. (Bug 472557)
|
2010-05-21 13:17:58 -07:00 |
|
Ehsan Akhgari
|
cdd6eec761
|
Bug 534694 - Move the layout debug extension to layout/tools; r=ted,roc
--HG--
rename : extensions/layout-debug/Makefile.in => layout/tools/layout-debug/Makefile.in
rename : extensions/layout-debug/application.ini => layout/tools/layout-debug/application.ini
rename : extensions/layout-debug/chrome.manifest => layout/tools/layout-debug/chrome.manifest
rename : extensions/layout-debug/layoutdebug-prefs.js => layout/tools/layout-debug/layoutdebug-prefs.js
rename : extensions/layout-debug/makefiles.sh => layout/tools/layout-debug/makefiles.sh
rename : extensions/layout-debug/src/Makefile.in => layout/tools/layout-debug/src/Makefile.in
rename : extensions/layout-debug/src/nsDebugFactory.cpp => layout/tools/layout-debug/src/nsDebugFactory.cpp
rename : extensions/layout-debug/src/nsILayoutDebuggingTools.idl => layout/tools/layout-debug/src/nsILayoutDebuggingTools.idl
rename : extensions/layout-debug/src/nsILayoutRegressionTester.idl => layout/tools/layout-debug/src/nsILayoutRegressionTester.idl
rename : extensions/layout-debug/src/nsLayoutDebugCIID.h => layout/tools/layout-debug/src/nsLayoutDebugCIID.h
rename : extensions/layout-debug/src/nsLayoutDebugCLH.cpp => layout/tools/layout-debug/src/nsLayoutDebugCLH.cpp
rename : extensions/layout-debug/src/nsLayoutDebugCLH.h => layout/tools/layout-debug/src/nsLayoutDebugCLH.h
rename : extensions/layout-debug/src/nsLayoutDebuggingTools.cpp => layout/tools/layout-debug/src/nsLayoutDebuggingTools.cpp
rename : extensions/layout-debug/src/nsLayoutDebuggingTools.h => layout/tools/layout-debug/src/nsLayoutDebuggingTools.h
rename : extensions/layout-debug/src/nsRegressionTester.cpp => layout/tools/layout-debug/src/nsRegressionTester.cpp
rename : extensions/layout-debug/src/nsRegressionTester.h => layout/tools/layout-debug/src/nsRegressionTester.h
rename : extensions/layout-debug/ui/Makefile.in => layout/tools/layout-debug/ui/Makefile.in
rename : extensions/layout-debug/ui/content/layoutdebug-overlay.xul => layout/tools/layout-debug/ui/content/layoutdebug-overlay.xul
rename : extensions/layout-debug/ui/content/layoutdebug.js => layout/tools/layout-debug/ui/content/layoutdebug.js
rename : extensions/layout-debug/ui/content/layoutdebug.xul => layout/tools/layout-debug/ui/content/layoutdebug.xul
rename : extensions/layout-debug/ui/jar.mn => layout/tools/layout-debug/ui/jar.mn
rename : extensions/layout-debug/ui/locale/en-US/layoutdebug-overlay.dtd => layout/tools/layout-debug/ui/locale/en-US/layoutdebug-overlay.dtd
rename : extensions/layout-debug/ui/locale/en-US/layoutdebug.dtd => layout/tools/layout-debug/ui/locale/en-US/layoutdebug.dtd
|
2010-04-23 15:03:22 -04:00 |
|
Mats Palmgren
|
fb69d7564f
|
Backout bug 39098 due to Tinderbox orange.
|
2010-05-21 18:28:39 +02:00 |
|
Mats Palmgren
|
96b6a1a45d
|
Bug 39098 - Elements with visibility:hidden, visibility:collapse, or display:none get copied to the clipboard. r=dbaron
|
2010-05-21 15:52:07 +02:00 |
|
Robert O'Callahan
|
6709a65d60
|
Backed out changeset efa8719a93d2
|
2010-05-21 16:34:23 +12:00 |
|
Robert O'Callahan
|
ddda37f6c8
|
Bug 564993. Part 5: Change ThebesLayer painting to be callback-based; move layer tree construction to FrameLayerBuilder. r=Bas,mats,sr=vlad
|
2010-05-21 15:20:48 +12:00 |
|
Robert O'Callahan
|
c57160c9f8
|
Bug 565569. Set primary frame for anonymous text in buttons. r=mats
|
2010-05-21 15:20:48 +12:00 |
|
Brian Birtles
|
f77b800cad
|
Bug 554141 - SVG SMIL: Fix crash with orphaned unresolved begin times, r=roc
--HG--
extra : rebase_source : 82f7d0cdf89a543b4a07e126157096a47465de8e
|
2010-05-21 09:18:29 +09:00 |
|
Brandon Sterne
|
bcab21793a
|
Bug 515460 - enforce CSP during image redirects, r=joe
|
2010-05-20 13:08:02 -07:00 |
|
Benoit Girard
|
fcb1e692fc
|
Remove CGContextSaveGState from nsObjectFrame. This is now done in cairo_quartz_get_cg_context_with_clip. b=562742 r=jmuizelaar
|
2010-05-20 15:22:44 -04:00 |
|
Benoit Girard
|
5742a80a1b
|
Use IOSurface for in-process CoreAnimation on OS X 10.6+ b=559259 r=josh.
|
2010-05-20 15:22:37 -04:00 |
|
L. David Baron
|
92628a7652
|
Update assertion annotations in reftest/crashtest manifests now that bug 563536 is fixed. (Bug 472557)
|
2010-05-20 07:44:56 -07:00 |
|
Mounir Lamouri
|
940c9bc6f0
|
Try to fix test_bug536537
|
2010-05-20 00:35:37 -04:00 |
|
Mounir Lamouri
|
8fce62a6c6
|
Bug 377624 - [Test Part] "Implement the accept attribute for the form and file upload controls form "image/*"" [r=sicking, feedback=ehsan]
|
2010-05-19 22:28:08 -04:00 |
|
Mounir Lamouri
|
869533b09b
|
Bug 377624 - "Implement the accept attribute for the form and file upload controls form "image/*"" [r=enndeakin,roc]
|
2010-05-19 22:28:01 -04:00 |
|
Ehsan Akhgari
|
a87b134220
|
Bug 560647 - add startup timeline instrumentation; r=vlad
|
2010-05-19 19:22:19 -04:00 |
|
L. David Baron
|
80e84575ad
|
Adjust manifest for expected assertions: An assertion was fixed, probably by revision a55765a1c2f5. (Bug 472557)
|
2010-05-19 07:39:10 -07:00 |
|
Robert O'Callahan
|
e35aa1adb0
|
Marking passing test as passing, thanks to bug 547924
--HG--
extra : rebase_source : 671435d54dc9dd0812648062357d202c41cfb897
|
2010-05-19 15:40:54 +12:00 |
|
Robert O'Callahan
|
fea430c85b
|
Bug 559241. Reflow non-dirty overflow container children if we're supposed to reflow all kids. r=dbaron
|
2010-05-19 15:04:33 +12:00 |
|
Robert O'Callahan
|
ed549b0dfb
|
Bug 561959. Replace solid-color ThebesLayers with ColorLayers. r=dbaron
|
2010-05-13 12:56:11 +12:00 |
|
Ehsan Akhgari
|
d051ffeaed
|
Bug 534785 - Move the ownership of editor and selection controller from the text frame to the content node; r=roc,jst sr=roc
(transplanted from 2437636244f39bbdc7d20b062e2c978b9d85c239)
--HG--
rename : layout/reftests/forms/placeholder/placeholder-14.html => layout/reftests/forms/placeholder/placeholder-18.html
extra : transplant_source : %247cbD%F3%9B%BD%C7%D2%0B%06.%2C%97%8B%9D%85%C29
|
2010-04-21 16:17:41 -04:00 |
|
Craig Topper
|
00d9a2b835
|
Bug 566808 - "DeCOMtaminate nsIStyleRule method signatures" [r=dbaron]
(transplanted from 9a7be1835b530c72a46069a5c3951b80b16804a3)
--HG--
extra : transplant_source : %9A%7B%E1%83%5BS%0Cr%A4%60i%A5%C3%95%1B%80%B1h%04%A3
|
2010-05-19 22:28:00 -04:00 |
|
Jesse Ruderman
|
1b655ed5af
|
Improve crashtests.list bug-annotations
|
2010-06-04 14:24:16 -07:00 |
|
L. David Baron
|
b0cc96df08
|
Fix spew of 'couldn't get canvas size' assertions. (Bug 566603) r=vlad
|
2010-05-18 10:12:33 -07:00 |
|
Olli Pettay
|
078f01ee1d
|
Bug 549682 - Port the message-manager API to mozilla-central, r=jst
|
2010-05-18 15:28:37 +03:00 |
|
Olli Pettay
|
ebdab93b4c
|
Backout Bug 549682
|
2010-05-18 13:10:47 +03:00 |
|
Olli Pettay
|
af68dc73cd
|
Bug 549682 - Port the message-manager API to mozilla-central, r=jst
--HG--
extra : rebase_source : 45b28a7762428193873a636fa7d5108607f9e4a3
|
2010-05-18 11:52:24 +03:00 |
|
Vladimir Vukicevic
|
e80faabc40
|
b=561168; convert canvas to use layers for rendering - followup #2; r=roc
|
2010-05-17 21:04:22 -07:00 |
|
Vladimir Vukicevic
|
b99bb96c47
|
b=561168; convert canvas to use layers for rendering; r=roc,bas
|
2010-05-17 21:04:22 -07:00 |
|
Craig Topper
|
3e0e604d67
|
Convert some callers of methods that changed from returning already_AddRefed<T> to returning T* away from using unneeded nsCOMPtrs. (Bug 239008) r=dbaron
|
2010-05-17 21:00:40 -07:00 |
|
Craig Topper
|
58622d8961
|
Change some nsIStyleSheet methods from returning AddRef-ed to un-AddRef-ed pointers, and some other cleanup. (Bug 239008) r=dbaron
|
2010-05-17 21:00:39 -07:00 |
|
L. David Baron
|
1788524eae
|
Remove workaround for all reftest-print tests asserting on mac now that bug 564071 is fixed. (Bug 472557)
|
2010-05-17 11:31:24 -07:00 |
|
Mats Palmgren
|
0c49194f1f
|
Fix intermittent orange by starting test from onload rather than setTimeout. (Bug 566392) r=jruderman
|
2010-05-17 15:09:30 -07:00 |
|
Boris Zbarsky
|
ae06132e92
|
Bug 566216. Our parent could be a document fragment. r=dholbert
|
2010-05-17 14:18:25 -04:00 |
|
Mats Palmgren
|
9f63c327b3
|
On MacOSX, take into account that the up-arrow scrollbar button is usually below the slider. b=559272 r=olli
|
2010-05-17 18:27:02 +02:00 |
|
Mounir Lamouri
|
a821ae13af
|
Bug 456229 - Implement <input type="search">. r=smaug sr=sicking
|
2010-05-17 12:20:22 +02:00 |
|
Mounir Lamouri
|
4b22b4cebf
|
Bug 456229 - tests for <input type="search">. r=smaug
|
2010-05-17 12:20:20 +02:00 |
|
Mounir Lamouri
|
d42236f376
|
Bug 565074 - Write reftests for the placeholder without readonly input element. r=ehsan
--HG--
rename : layout/reftests/forms/placeholder/placeholder-7.html => layout/reftests/forms/placeholder/placeholder-15.html
rename : layout/reftests/forms/placeholder/placeholder-8.html => layout/reftests/forms/placeholder/placeholder-16.html
rename : layout/reftests/forms/placeholder/placeholder-9.html => layout/reftests/forms/placeholder/placeholder-17.html
rename : layout/reftests/forms/placeholder/placeholder-focus-ref.html => layout/reftests/forms/placeholder/placeholder-readonly-focus-ref.html
|
2010-05-17 12:20:17 +02:00 |
|
Frederic Wang
|
5a347b9ad5
|
Bug 563365 - nsMathMLOperators::LookupOperators retrieves only the first form found. r=karlt
|
2009-11-21 23:25:55 +01:00 |
|
Timothy Nikkel
|
c8a479d28b
|
Bug 559996. Lazy frame construction can sometimes cause a subdocument to not scroll to ref in url. r=jst
|
2010-05-11 19:30:40 -05:00 |
|
Timothy Nikkel
|
51038eecce
|
Bug 222436. Simplify nsPresContext::BidiEnabled. r=roc
|
2010-04-10 13:03:40 -05:00 |
|
Jonathan Kew
|
71ec391ab2
|
Bug 563023 - fix font lists in test and reference pages to be more consistent. r=zweinberg
|
2010-05-15 15:55:23 +01:00 |
|
L. David Baron
|
ade6177e17
|
Make the 'noappend' selector optimizations only restyle later siblings, which is what they need to do. (Bug 534804) r=bzbarsky
|
2010-05-14 22:01:46 -07:00 |
|
L. David Baron
|
a464130609
|
Additional restyling is needed for :empty + E and :empty ~ E selectors. (Bug 534804) r=bzbarsky
|
2010-05-14 22:01:45 -07:00 |
|
Ehsan Akhgari
|
99449f62ef
|
Bug 565775 - The editor will not be correctly initialized for <input type=tel> on user events; r=roc
|
2010-05-13 18:56:24 -04:00 |
|
Craig Topper
|
9528e9a5c6
|
Rename nsIStyleSheet::GetApplicable to IsApplicable and GetComplete to IsComplete. (Bug 239008) r=dbaron
|
2010-05-14 12:05:14 -07:00 |
|
Boris Zbarsky
|
1e17a7151a
|
Bug 562700 part 3. Store Element in the restyle table and pass it to the actual restyling functions. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
ecc1fd2ec3
|
Bug 562700 part 2. Change the restyle-event functions to take Element. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
de2fab531c
|
Bug 562700 part 1. Change some nsIPresShell APIs to take Element and pass it on to the frame constructor. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
45dd44b40c
|
Bug 565826. Use Element in SMIL code as needed. r=dholbert
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
626e1bb052
|
Bug 565820. Use Element as the return value for ReferencedElement. r=roc
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
3f415094ff
|
Bug 565819. Switch RestyleForRemove/Append/InsertOrChange to using Element and the new DOM traversal APIs. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
f5243e5ab2
|
Bug 565818. Pass Elements to HasAttributeDependentStyle and HasStateDependentStyle. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
f52ee1468f
|
Bug 565815. Use Element in the transition manager instead of nsIContent. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
7ef058e29f
|
Bug 565809. Move checking for style attribute changes into the cascade level. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Mitchell Field
|
6ad77bd6db
|
Bug 564950 - Make more use of mozilla::services, r=surkov, jst, neil, smontagu, roc, joshmoz, gavin, shaver
|
2010-05-14 18:24:41 +09:00 |
|
Alexander Surkov
|
527741dff1
|
Bug 561741 - use nsAccessible outside an accessible module, r=smaug, neil, joshmoz, marcoz, davidb, smichaud, sr=roc
|
2010-05-12 15:47:35 +09:00 |
|
L. David Baron
|
181bd73392
|
Add appropriate styles for the effects of HTML5 sectioning elements on headers. (Bug 562835) r=bzbarsky
|
2010-05-13 19:36:48 -07:00 |
|
L. David Baron
|
55ff47de79
|
Avoid wrapping to negative font sizes. (Bug 565248) r=roc
|
2010-05-13 19:36:48 -07:00 |
|
Frédéric Wang
|
d000f168d9
|
Bug 552044 - [MathML 3] Add support for mathcolor/mathbackground on any presentation MathML element. r=karlt
|
2010-05-13 14:38:28 +12:00 |
|
Karl Tomlinson
|
561e8b5f10
|
b=562966 surround {} with || for MS 7
|
2010-05-13 14:37:09 +12:00 |
|
Timothy Nikkel
|
9d6871d138
|
Bug 564063. If we encounter an area with a bogus primary frame we need to relax the asserts on remaining ancestors. r=bzbarsky
|
2010-05-11 19:30:42 -05:00 |
|
Timothy Nikkel
|
ac6b2cba42
|
Bug 564368. Clear lazy frame construction bits when constructing framesets. r=bzbarsky
|
2010-05-11 19:30:42 -05:00 |
|
Timothy Nikkel
|
f68ca3b9bf
|
Bug 564705. Don't try to insert a separating space at the start of the XUL textbox title. r=neil
|
2010-05-11 19:30:42 -05:00 |
|
Bernd
|
b9b112f6a2
|
bug 564054 - rebuild cellmap if inserted rows contain a zero rowspan r=bzbarsky
|
2010-05-13 16:15:50 +02:00 |
|
Bernd
|
14362e067b
|
bug 558575 - add reftests that give basic coverage of table pagination r=roc
|
2010-05-13 16:15:49 +02:00 |
|
Bernd
|
0e0a9adab0
|
bug 558574 - fix issues with table footer placement and missed page breaks inside of row groups r=roc
|
2010-05-13 16:15:49 +02:00 |
|
Bernd
|
35ecb8625d
|
bug 553972 - split row groups only if the available height isconstrained r=roc
|
2010-05-13 16:15:31 +02:00 |
|
Neil Deakin
|
c2b69dc288
|
Bug 553814, don't set listbox minheight, which prevents the scrollbar from appearing when the rows attribute is used, r=neil
|
2010-05-13 09:44:14 -04:00 |
|
Neil Deakin
|
2fb544a731
|
Bug 562740, combine popup layout methods, fix menulist scrollbar position when list is larger that screen, r=roc
|
2010-05-13 09:42:57 -04:00 |
|
Michael Kohler
|
9397418412
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
|
Simon Montagu
|
3c6e0389f9
|
Back out change from bug 399850 that causes an assertion to fire
|
2010-05-12 23:34:42 -07:00 |
|
Robert O'Callahan
|
a4cf95c94b
|
Back out part of fix for bug 538062 to fix accessibility tests
--HG--
extra : rebase_source : ffdabcf1caa16e68fa654e4f2830ffd235be91be
|
2010-05-13 14:52:39 +12:00 |
|
Robert O'Callahan
|
9fd70ebbb2
|
Backed out changeset 054698c2cb8f
--HG--
extra : rebase_source : 82b51116ca334c0853ace7f73b6f019831624d89
|
2010-05-13 14:21:53 +12:00 |
|
Robert O'Callahan
|
05019b97ab
|
Bug 538062. Remove mTextFrame field from nsComboboxControlFrame since it's no longer needed. r=mats
|
2010-05-13 12:56:11 +12:00 |
|
Robert O'Callahan
|
59fca1ba45
|
Bug 561959. Replace solid-color ThebesLayers with ColorLayers. r=dbaron
|
2010-05-13 12:56:11 +12:00 |
|
Robert O'Callahan
|
5b63e43695
|
Bug 564993. Part 3: Split nsDisplayList::Paint into PaintForFrame and PaintRoot. Set the visible rect on the root layer from PaintRoot, let the visible rects of other layers be set when they're placed in their containers. r=mats
|
2010-03-11 09:55:05 +13:00 |
|
Robert O'Callahan
|
d1e569cf6b
|
Bug 564993. Part 2: Don't flatten the layer tree in layout. r=mats
|
2010-03-04 14:01:45 +13:00 |
|
Robert O'Callahan
|
9cf774cd31
|
Bug 538062. Call SetPrimaryFrame when we create the text frame for the text content in the display node of a combobox, so that the text frame will be notified when the content changes. r=mats,sr=dbaron
|
2010-05-13 12:56:09 +12:00 |
|
Robert O'Callahan
|
54d57ee29e
|
Bug 489477. Part 2: nsOverflowTracker should drop references to deleted frame lists. r=fantasai,sr=mats
|
2010-05-13 12:56:08 +12:00 |
|
Robert O'Callahan
|
9be046184a
|
Bug 489477. Part 1: reflow lines again for clearance while we pull lines from the next-in-flow. r=mats
|
2010-05-13 12:56:08 +12:00 |
|
Robert O'Callahan
|
e3bea40661
|
bug 563864. Add mozPaintCount API. r=smaug,sr=vlad
|
2010-05-13 12:56:08 +12:00 |
|
Doug Turner
|
2225a94f11
|
Bug 564402 - slots #define in Qt, prevents Qt builds on trunk. r/sr=jst
--HG--
extra : rebase_source : 5f7ac6c449ea03e4be8ab6834d3f1880cb7d9c80
|
2010-05-11 16:32:17 -07:00 |
|
Robert Longson
|
1744d281b9
|
Bug 490003: Take outer <svg> element's border and padding into account, for invalidation and hit-testing. r=roc
|
2010-05-12 14:41:47 -07:00 |
|
Daniel Holbert
|
a33dec8012
|
Bug 548648: Use 'Ahem' font in some svg positioning reftests, to fix failures on cocoa & maemo from subpixel positioning issues. r=jwatt
|
2010-05-12 14:41:47 -07:00 |
|
Craig Topper
|
d02574b6b4
|
DeCOMtaminate nsIStyleSheet method signatures. (Bug 239008) r=dbaron
|
2010-05-12 13:18:47 -07:00 |
|
Jeff Muizelaar
|
9dc97fd45f
|
Bug 564427. Fix inconsistent color space information in reticule.png and reticule-*.png. r=zwol
Add a sRGB chunk to reticule.png
--HG--
extra : rebase_source : 2e71905e951ea9b1b5daa9dc03186c12d4fbb587
|
2010-05-12 14:35:23 -04:00 |
|
Steffen Wilberg
|
1920b72b59
|
Bug 282127: Highlight odd tree rows in trees with multiple columns in Gnomestripe and Pinstripe. Implement and use ::-moz-tree-row(multicol). ui-review=faaborg, r=enndeakin
|
2010-05-12 20:25:48 +02:00 |
|
Mats Palmgren
|
73489238b0
|
Force the test to complete after 1 sec to avoid hang if the window isn't focused. b=564413
|
2010-05-12 14:14:48 +02:00 |
|
Frederic Wang
|
9460a70cb6
|
Bug 556767 - (semantics) Improve/Complete implementation of <semantics/>. r=roc
|
2010-05-12 12:11:59 +02:00 |
|
Marco Bonardo
|
476f09781f
|
Backing out Bug 561741 due to suspect Linux crash on startup
|
2010-05-12 11:14:50 +02:00 |
|
Makoto Kato
|
42d8b9c46f
|
Bug 206802 - U+3005 is missing from the kinsoku list. r=smontagu
|
2010-05-12 17:06:32 +09:00 |
|
Mounir Lamouri
|
cbf74508a5
|
Bug 557620 - Implement <input type="tel">. r=smaug,dolske,dao sr=sicking
|
2010-05-12 09:17:07 +02:00 |
|
Alexander Surkov
|
f5c4405b10
|
Bug 561741 - use nsAccessible outside an accessible module, r=smaug, neil, joshmoz, marcoz, davidb, smichaud, sr=roc
|
2010-05-12 15:47:35 +09:00 |
|
Timothy Nikkel
|
a9893292b9
|
back out e40cbab6a972 (Bug 564705) 590da60fd253 (Bug 507628 and bug 507991) b166415b8c3f (Bug 564368) 0dac5d3eeb97 (Bug 564063) 116e56d84770 (Bug 563407) c51c93f5240f (Bug 536495) for some orange
|
2010-05-11 22:01:08 -05:00 |
|
Timothy Nikkel
|
8ebce455b3
|
Merge back out of changeset a6138098775f (bug 559996) for causing orange.
|
2010-05-11 21:24:21 -05:00 |
|
Timothy Nikkel
|
b5603935b7
|
Backed out changeset a6138098775f (bug 559996) for causing orange.
|
2010-05-11 21:24:02 -05:00 |
|
Timothy Nikkel
|
68775506c8
|
Bug 564705. Don't try to insert a separating space at the start of the XUL textbox title. r=neil
|
2010-05-11 19:30:42 -05:00 |
|
Timothy Nikkel
|
f70a0f9c98
|
Bug 564368. Clear lazy frame construction bits when constructing framesets. r=bzbarsky
|
2010-05-11 19:30:42 -05:00 |
|
Timothy Nikkel
|
655cba034e
|
Bug 564063. If we encounter an area with a bogus primary frame we need to relax the asserts on remaining ancestors. r=bzbarsky
|
2010-05-11 19:30:42 -05:00 |
|
Timothy Nikkel
|
c3b2bfbc56
|
Bug 559996. Lazy frame construction can sometimes cause a subdocument to not scroll to ref in url. r=jst
|
2010-05-11 19:30:40 -05:00 |
|
Ehsan Akhgari
|
1058eae992
|
Bug 528686 - xf:select doesn't work if contenteditable element is presented within the document; r=dbaron
|
2010-05-06 20:33:31 -04:00 |
|
Ehsan Akhgari
|
d45933ae63
|
Bug 564115 - activating the browser window scrolls the document (to show the focused text control); r=roc
|
2010-05-06 19:19:35 -04:00 |
|
Ehsan Akhgari
|
40fcaed7a3
|
Bug 562447 - when navigating in gmail sometimes get a screen full of white; r=roc
|
2010-05-06 18:12:21 -04:00 |
|
L. David Baron
|
7a1b0dad9f
|
Restore comments and formatting from nsICSSStyleSheet.h that was lost in 5329c2d9c968. (Bug 239008)
|
2010-05-11 13:59:25 -07:00 |
|
Craig Topper
|
b241293325
|
Make most of the methods in nsCSSStyleSheet non-virtual. (Bug 239008) r=dbaron
|
2010-05-11 13:41:48 -07:00 |
|
Craig Topper
|
35e0c06e8d
|
Inline a few methods in nsCSSStyleSheet. (Bug 239008) r=dbaron
|
2010-05-11 13:41:47 -07:00 |
|
Craig Topper
|
cb8187eff9
|
Remove nsICSSStyleSheet and replace all uses with nsCSSStyleSheet. (Bug 239008) r=dbaron
|
2010-05-11 13:41:47 -07:00 |
|
Craig Topper
|
da6721cdc6
|
DeCOMtaminate CSSStyleSheet method signatures. (Bug 239008) r=dbaron
|
2010-05-11 13:41:47 -07:00 |
|
Zack Weinberg
|
0f97622a38
|
Bug 559426: Replace unreliable HTML reference for boxshadow-inner-basic with an SVG file that does exactly the same drawing operations as the test. r=roc
|
2010-05-11 12:18:42 -07:00 |
|
Zack Weinberg
|
e571e727e6
|
Bug 559426: Add even more black pixels to the mask images for reftests/bugs/456219-1[abc] as indicated by the latest set of failures on Fedora12 unit test machines. r=roc
|
2010-05-11 12:18:10 -07:00 |
|
Peter Van der Beken
|
7f4e72d2de
|
Back out fixes for bug 560462 to fix orange.
--HG--
extra : rebase_source : afe96ede6fc605c656b746f6388d6144886b18ed
|
2010-05-11 19:20:03 +02:00 |
|
Mike Kristoffersen
|
86c80047ba
|
Bug 564402 - slots #define in Qt, prevents Qt builds on trunk
--HG--
extra : rebase_source : 0dc2793cb28294addd9781bd9ca76a3e049ec110
|
2010-05-07 13:20:04 +02:00 |
|
L. David Baron
|
85e2b41165
|
Instantiate the calc ops struct rather than a nested data struct inside of it. (Bug 363249) r=bzbarsky
|
2010-05-11 08:49:44 -07:00 |
|
L. David Baron
|
0d2dad97cf
|
Get rid of (void) C-isms in nsStyleCoord. (Bug 363249) r=bzbarsky
|
2010-05-11 08:49:44 -07:00 |
|
L. David Baron
|
0f80044b20
|
Add calc() support for 'font-size' property, which is the only property for which percents are computed to lengths in nsRuleNode. (Bug 363249) r=bzbarsky
|
2010-05-11 08:49:44 -07:00 |
|
L. David Baron
|
88044130de
|
Add calc() support for lengths in text-shadow and -moz-box-shadow. (Bug 363249) r=bzbarsky
|
2010-05-11 08:49:43 -07:00 |
|
L. David Baron
|
7af761111d
|
Add calc() support for the easiest cases: properties that take lengths but not percentages and take simple values only (-moz-column-rule-width, -moz-column-width, letter-spacing, word-spacing, marker-offset, outline-offset, border-spacing). (Bug 363249) r=bzbarsky
|
2010-05-11 08:49:43 -07:00 |
|
L. David Baron
|
669adf681d
|
Fix property alphabetization errors in property_database.js.
|
2010-05-11 08:49:43 -07:00 |
|