L. David Baron
c70deecad0
Remove quirks mode check that should have been removed when standards-mode and quirks-mode text-decorations were merged in bug 403524, changeset 83b2648ee442. (Bug 680505, patch 2) r=roc
...
This code is a little bit sketchy, but given that text-decoration
drawing is the same across modes we shouldn't have a quirks mode check
here (though there's a decent argument to be made that we shouldn't be
checking text decorations at all).
2011-08-20 21:35:56 -04:00
L. David Baron
056a511714
Remove overflow handling that should have been removed along with the standards-mode text-shadow of text-decoration handling in bug 403524, changeset 83b2648ee442. (Bug 680505, patch 1) r=roc
...
Since this affects only the *visual* overflow and not the *scrollable*
overflow, this patch should result in no behavior changes, since the
necessary visual overflow is added in
nsTextFrame::UnionAdditionalOverflow (since the text frame now draws the
shadows of text decorations, just like it draws text decorations
themselves).
2011-08-20 21:35:56 -04:00
L. David Baron
c60e7d417d
Make tests for bug 403524 use local images rather than http: ones.
2011-08-20 21:35:56 -04:00
Jeff Muizelaar
4472028194
Bug 678030. gfxinfo: Report subsys ids in crashes. r=ajuma,bjacob
...
The hope is that this will be useful for identifying OEMs that
are blocking driver updates. try: -b do -p win32 -u all -t none
2011-08-20 19:01:13 -04:00
Jeff Muizelaar
a67982882b
Bug 678030. gfxinfo: Refactor id parsing. r=ajuma
...
This will make it easier to reuse when we parse subsystem ids.
2011-08-20 19:01:11 -04:00
Rafael Ávila de Espíndola
2f0466fcce
Bug 680515 - Don't use MODULE_OPTIMIZE_FLAGS in js/src.
...
Using MODULE_OPTIMIZE_FLAGS overrides MOZ_OPTIMIZE_FLAGS and prevents
js/src/configure from sharing more logic with the toplevel configure.
2011-08-20 18:28:52 -04:00
Mats Palmgren
539c39d8b4
Bug 677582 - Tests for CSS3 text-overflow: <left> <right>. r=roc
2011-08-20 22:41:39 +02:00
Mats Palmgren
d0304072ba
Bug 677582 - Implement CSS3 text-overflow: <left> <right> in layout. r=roc
2011-08-20 22:41:39 +02:00
Mats Palmgren
beabba5960
Bug 677582 - Implement CSS3 text-overflow: <left> <right> in the style system. r=dbaron
2011-08-20 22:41:39 +02:00
Richard Newman
1fa15dde52
Bug 679279 - Part 4: bookmarks engine cleanup. r=philikon
...
This patch reformats some definitions to more closely follow the style guide
and allow for easier extension in subsequent patches, and eliminates the
archiveBookmarks helper.
2011-08-19 17:17:58 -07:00
Richard Newman
7e417183c2
Bug 679279 - Part 3: Object.keys and test improvements. r=philikon
2011-08-19 17:17:58 -07:00
Richard Newman
9b61122f53
Bug 679279 - Part 2: add missing 'let' in async.js and service.js to avoid strict warning. r=philikon
2011-08-19 17:17:58 -07:00
Richard Newman
bc54fbc239
Bug 679279 - Part 1: minor improvements to engines code. r=philikon
...
In particular, tracking of _modified items no longer allows _modified to
occasionally not exist! This condition was hit in Bug 675299.
2011-08-19 17:17:58 -07:00
Allison Naaktgeboren
7d72d59d44
Bug 656492 - Rename "Sync Key" to "Recovery Key". r=philikon
2011-08-19 14:35:29 -07:00
Benoit Girard
2fb416e224
Bug 644733 - [Mac] Fix cases where new windows wouldn't open on multi-monitor configurations; r=smichaud
2011-08-19 15:52:26 -04:00
Justin Wood
4904b23879
Merge backout
2011-08-20 15:07:27 -04:00
Justin Wood
fec71e5e8b
Backout Bug 594876, Bug 675474, and Bug 675532, to fix OSX64 Reftest orange, and Linux perf regression. rs+=edmorly
...
changeset 0a920411e64c, changeset 58147380793b, and changeset 96e052b3e845
2011-08-20 15:07:06 -04:00
Robert Longson
789bcf6dff
Bug 680035 - Filter elements do not react to color-interpolation-filters attribute changes. r=roc
...
--HG--
rename : layout/reftests/svg/dynamic-filter-contents-01.svg => layout/reftests/svg/dynamic-filter-contents-01a.svg
2011-08-20 14:02:41 +01:00
Matheus Kerschbaum
936be219fa
Bug 680361 - rm modules/plugin/ r=josh
2011-08-20 13:45:15 +02:00
Ed Morley
b64e62e31c
Bug 680450 - Rm the now empty db/Makefile.in to save traversing it during the build; rs=khuey
2011-08-20 13:45:01 +02:00
Ed Morley
d64ee026f1
Bug 677787 - Remove unique_pointer from typelib code; r=khuey
2011-08-20 13:44:37 +02:00
Ed Morley
c6cff6ca51
Bug 667021 - Remove nsIDOMDocumentCSS.idl from the tree; r=roc
2011-08-20 13:42:39 +02:00
Bernd
baa9781f4a
bug 211636 replace shared table attribute mapping by a more rule conforming mapping r=dbaron
2011-08-20 12:18:50 +02:00
Matt Woodrow
ad23dcb6ad
Bug 594876 - Turn OpenGL compositing on by default on X11. r=joe
2011-08-20 14:04:24 +12:00
Matt Woodrow
1a18fc5567
Bug 675474 - Draw all ThebesLayer content before compositing and synchronize with glXWaitX on GLX. r=bjacob,roc
2011-08-20 14:04:24 +12:00
Matt Woodrow
ab33bde4ca
Bug 675532 - Add GLX debugging mode. r=bjacob
2011-08-20 14:04:24 +12:00
Phil Ringnalda
daea0ddbb9
Back out ecef6506d094 (bug 680515) for busting opt OS X
2011-08-19 18:42:11 -07:00
Matt Brubeck
eb3dcefecf
Merge last green changeset from mozilla-central to mozilla-inbound
2011-08-19 16:26:25 -07:00
L. David Baron
0d83f6cb50
Annotate reftest for bug 442228 as failing on Android.
2011-08-19 16:19:13 -07:00
Rafael Ávila de Espíndola
89e4bc668b
Bug 680515 - Setting MOZ_OPTIMIZE_FLAGS in js/src/configure.in is not effective; r=khuey
2011-08-19 18:16:31 -04:00
Fabien Cazenave
51ba25e02c
Bug 680279 - Splitting Gmail rich-text list with Enter misplaces the caret; r=ehsan
...
The patch for bug 674861 has introduced a regression.
When a list is splitted, a new paragraph should inserted before the new list.
2011-08-19 18:14:04 -04:00
L. David Baron
95d7152dc7
Actually run the reftests in layout/xul/base/reftest/ .
2011-08-19 15:02:49 -07:00
L. David Baron
7a9efed392
Add reftest for bug 677091.
...
This tests a situation similar to the one in the preference dialog in
bug 677091, though in this case the bug is exhibited by the label
overflowing its container (an hbox with a background) rather than
wrapping.
2011-08-19 15:02:49 -07:00
Matt Brubeck
70d4096b5a
Bug 642996 - Remove 'Save Link' from the Fennec context menu [r=wesj]
2011-08-19 14:42:01 -07:00
Matt Brubeck
df1f7256e5
Bug 680425 - Tapping on a selected word does not copy the word to clipboard [r=blassey]
2011-08-19 14:42:00 -07:00
Chris Jones
54ca2be317
Bug 660483: Fix some error span from mochitest-browser-chrome. r=mfinkle
2011-08-19 14:05:51 -07:00
David Flanagan
606e966abb
Bug 680228 - In Disassemble show associated catch for a try opcode. r=sphink
...
--HG--
extra : rebase_source : f2412f188c0bb7db7f5c4e9717938a9888c7c0ed
2011-08-19 22:46:32 +02:00
Jim Mathies
cda1220e4c
Bug 680528 - Make use of the cached UserAgent string in PluginModuleChild. r=bent
2011-08-19 15:25:09 -05:00
Benjamin Smedberg
36c5980729
Bug 679796 - Make js_DumpStackFrame traverse saved frame chains and use the topmost iterated frame, not cx->fp(), r=luke
2011-08-19 15:39:27 -04:00
arno renevier
2b869f9665
Bug 677864: fixes components members class description; r=mrbkap
2011-08-19 15:27:43 -04:00
Kyle Huey
1b4b04d3c1
Back out Bug 678867.
2011-08-19 15:17:34 -04:00
Kyle Huey
9b39b8c16f
Back out Bug 678867.
2011-08-19 15:17:19 -04:00
Ehsan Akhgari
8911d41efa
Merge backout
2011-08-19 14:22:59 -04:00
Ehsan Akhgari
57cb2d27fa
Backed out bug 679864 because of mochitest-1 oranges
2011-08-19 14:22:52 -04:00
Kyle Huey
5871979406
Back out Bug 659311 which made it to m-c prematurely.
2011-08-19 13:16:24 -04:00
Philipp von Weitershausen
0bde3c362e
Bug 676110 - Part 4: Adapt Sync's history engine to implement handleCompletion. r=rnewman
...
--HG--
extra : rebase_source : 6ddb8f8eb77b48c6b17c47b6673617f768a3634a
2011-08-19 10:12:23 -07:00
Philipp von Weitershausen
c5114c7599
Bug 676110 - Part 3b: Remove double enqueuing from PlacesEvent. r=mak
...
--HG--
extra : rebase_source : cfd6970c8de81b2cdd81329084ca79516d02104e
2011-08-19 10:12:11 -07:00
Philipp von Weitershausen
3e9348d717
Bug 676110 - Part 3: Replace 'places-updateplaces-complete' observer notification with mozIVisitInfoCallback::handleCompletion. r=mak
...
--HG--
extra : rebase_source : 36f5f1dc8fe6abd7a8dcd0059fce6bbacdeee184
2011-08-19 10:11:41 -07:00
Philipp von Weitershausen
c7939cf0be
Bug 676110 - Part 2: Tests for mozIVisitInfoCallback::handleCompletion. r=mak
...
--HG--
extra : rebase_source : d8ca2890775656618ada8417610c5e026cd7aa63
2011-08-19 10:11:37 -07:00
Philipp von Weitershausen
66e3b5d80d
Bug 676110 - Part 1: IDL changes for mozIVisitInfoCallback::handleCompletion. r=mak sr=rstrong
...
--HG--
extra : rebase_source : c18547a0bfcf74f7742683133b5a826c3ce9a63c
2011-08-19 10:11:20 -07:00