Commit Graph

29304 Commits

Author SHA1 Message Date
Marco Bonardo
594bcaca0e Bug 478070 - Cannot drag url from location bar to desktop (create shortcut), r=dao 2009-06-18 10:57:14 +02:00
Daniel Brooks
deacc87633 Bug 495002 - nsPresContext ought to have CSSPixelsToDevPixels and DevPixelsToCSSPixels methods
r=bz, sr=roc
2009-06-18 03:35:11 -05:00
Alexander Surkov
04ca2879fd mac bustage fix for bug 461921 2009-06-18 16:14:16 +08:00
Alexander Surkov
5b0375811f Bug 461921 - remove nsPIAccessible, r=marcoz, davidb 2009-06-18 15:37:38 +08:00
Masahiro Yamada
9f2119ab96 Bug 425588 "Go to line" should always parse line number as decimal r=mconnor, sr=roc 2009-06-18 14:23:04 +09:00
Masayuki Nakano
e2cf1ad1fa Bug 498842 [IMM32] Move some #defines of nsToolkit.h to nsIMM32Handler r=VYV03354, sr=roc 2009-06-18 14:20:14 +09:00
Nick Thomas
5dc280ead4 Bug 485336, uploadsymbols failures when mozilla-central & tracemonkey nightlies complete at the same time, r=ted.mielczarek 2009-06-18 16:19:02 +12:00
Josh Aas
cf9f5e0a7c Fix up some includes messiness. no bug, r=sparky 2009-06-17 23:39:22 -04:00
Robert Longson
6affada1d1 disable crashtest for bug 492186 temporarily 2009-06-18 00:36:36 +01:00
Robert Longson
1b8e9307ef Bug 486936 - fix reftest. Where did that ? come from 2009-06-17 22:52:43 +01:00
Robert Longson
59091587f8 Bug 327756 - ASSERTION: can't find nsISVGValue interface on mMatrix. r=roc 2009-06-17 22:39:59 +01:00
Robert Longson
ca3f800907 Bug 496420 - ASSERTION: no presShell' changing currentScale in display:none iframe. r=jwatt 2009-06-17 22:35:49 +01:00
Robert Longson
52302767f0 Bug 492186 - Crash with altGlyphDef and getBBox. r=roc 2009-06-17 22:29:55 +01:00
Robert Longson
7b3cd99d48 Bug 496989 - Simplify text/glyph interface. r=jwatt 2009-06-17 22:05:02 +01:00
Robert Longson
41938ef925 Bug 393832 - svg circle with infinite radius causes hang. r=jwatt 2009-06-17 21:58:38 +01:00
Robert Longson
9cb0b9bebf Bug 481614 - implement clip property. r=jwatt 2009-06-17 21:51:40 +01:00
Shawn Wilsher
ed4f8889bc merge again! 2009-06-17 13:45:06 -07:00
Shawn Wilsher
5a08409cf0 merge for back out of changeset d546bd2c46a4 (bug 490085) 2009-06-17 13:44:03 -07:00
Shawn Wilsher
2b8dcfe38e Backed out changeset d546bd2c46a4 (bug 490085) because it's broken (and thunderbird's test caught it) 2009-06-17 13:43:30 -07:00
Jeff Muizelaar
ea694cb6f0 Backout Bug 471281 changeset b116b49459f8 because of Mochitest failures on Mac OS X 2009-06-17 16:43:12 -04:00
Robert Longson
387a9578c5 Bug 495135 - nsSMILValue forward declared as a struct in one place. r=jwatt 2009-06-17 21:38:15 +01:00
Robert Longson
1973deec58 Bug 486936 - image-rendering style should apply to canvas element. r=vladimir 2009-06-17 21:31:18 +01:00
Shawn Wilsher
98002d8f52 Bug 494217 - nsINetUtil::unescapeString drops high bytes of UTF-16 strings from JS
This fixes an issue where unescapeString will drop the high bytes of a UTF-16
string when unescaping, resulting in a loss of data.
r=bz
sr=bz
2009-06-17 12:13:02 -07:00
Shawn Wilsher
82d918234b Bug 490085 - Add ability to bind multiple sets of parameters and execute asynchronously
Improves the asynchronous API by allowing multiple parameters to be bound before
executing it.  The statement is then executed with each set of parameters
asynchronously.
r=asuth
sr=vlad

--HG--
rename : storage/test/unit/test_storage_statement_executeAsync.js => storage/test/unit/test_statement_executeAsync.js
2009-06-17 12:12:51 -07:00
Shawn Wilsher
b85d50d660 Bug 488148 - Share the mutex used by AsyncExecuteStatements on Connection
Greatly reduces the number of mutexes used when using the asynchronous storage
API.
r=bent
r=asuth
2009-06-17 12:12:43 -07:00
Markus Stange
a6294b0904 WindowDataMap doesn't remove data objects for closed windows. b=495710 r=smichaud r=josh 2009-06-17 14:28:21 -04:00
Markus Stange
630bda72e2 Move "ensureWindowData" to the window map, where it belongs. b=420491 r=josh 2009-06-17 14:13:12 -04:00
Josh Aas
d8245c8efa Add safety checks to ChildView's getScrollableView. b=493238 r=mstange 2009-06-17 14:09:56 -04:00
Dirk Schulze
50a8dd0633 Bug 471281. Reimplement arcTo() to match Canvas spec. r=jrmuizel
This is based on Philip Taylor's emulation written in JavasScript.
2009-06-17 13:57:50 -04:00
Marco Zehe
4c9e75dc90 Bug 498913 - Crash when visiting www.bicycling.com with JAWS 10 running, r=davidb 2009-06-17 19:05:45 +02:00
Steven Michaud
57627b5be1 nsBaseAppShell and nsRunnable leak occasionally. b=472773 r=josh,bent 2009-06-17 10:30:46 -05:00
Dão Gottwald
7a8c432007 Bug 498841 - gURLBar.timeout shouldn't be set in BrowserStartup. r=gavin 2009-06-17 17:27:04 +02:00
Jeff Muizelaar
2d221ae725 Update cairo to b71b019fe50a9188ddbecd1945606da8ba3bad53
Adrian Johnson (3):
      Fix win32 build breakage
      Ensure win32 font index_to_ucs4() sets ucs4 to -1 if lookup fails
      Correct the comment for the index_to_ucs4 font backend function

Behdad Esfahbod (2):
      Err, make gtk-doc happy again
      [user-font] Add CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTED

Chris Wilson (37):
      [build] Enable shave support
      [build] Add lcov-1.7 to known list
      [image] Return FORMAT_INVALID for an error surface.
      [image] Make _cairo_image_analayze_transparency() more format agnostic
      [image] Treat A1 image surfaces as BILEVEL_ALPHA
      [test] Create a new fallback surface to exercise 16-bit paths.
      [png] Coerce FORMAT_INVALID to a known image format
      [surface] Convert FORMAT_INVALID during snapshots
      [xlib] Use a similar content surface for cloning images
      [build] Report status of gtk-doc in summary
      [build] Fix gtk-doc interoperation with shave
      [check] Quieten output during checking headers-standalone
      [cairo] Fix errors reported by check-doc
      [cairo] Convert C99 comments to /* ... */
      [cairo] Remove stray semi-colon
      [cairo] Protect typeof against -ansi
      [skiplist] Missing include for ffs()
      [script] Missing include for INT32_MAX
      [script] Pedantic violations
      [path] Define _BSD_SOURCE to enable hypot()
      [doc] Update identifiers
      [ft] Restore the ability to lazily resolve patterns.
      [xlib] Use minimal depth for similar clones.
      [test] Fix typos that excluded backend test sources
      [test] Add a note to "Getting the elusive zero failures"
      [test] Relax APPROX_EQUALS condition
      [test] Check text->path with user-fonts (twin)
      [test] Clear expected floating point exceptions
      [test] Stress the ft from-face cache
      [memfault] Update macros to avoid namescape collision with memcheck
      [debug] Check image contents using memcheck.
      [win32] Typo
      [win32] Wrap win32-font usage with CAIRO_HAS_WIN32_FONT
      [surface] Provide nil-surface for INVALID_SIZE
      [surface] Early return if the backend cannot clone an image
      [xlib] Handle too-large images gracefully.
      [in-fill] Treat on-edge queries as inside.

Jeff Muizelaar (1):
      Only include <strings.h> for ffs() when we HAVE_FFS

Karl Tomlinson (1):
      [ft] Resolve mutual referencing problems with zombie faces
2009-06-17 10:57:16 -04:00
David Bolter
9c5beac61a Bug 391829 - Add support for container-live-role to object attributes; r=MarcoZ, r=surkov, sr=neil 2009-06-17 10:22:23 -04:00
Olli Pettay
4f0aa79a1e backout Bug 486990
--HG--
extra : rebase_source : 5947dd5fcc29bfb333c53cc2f60a00895910e9bb
2009-06-17 16:22:37 +03:00
Mark Smith
bb426c0819 Bug 437174 - Disabling 3rd party cookies breaks sending cookies for
channels with no docshell.  r+sr=bzbarsky.
  Added forceAllowThirdPartyCookie to nsIHttpChannelInternal.
  Added LOAD_FLAGS_FORCE_ALLOW_COOKIES to nsIWebNavigation.
  Added PERSIST_FLAGS_FORCE_ALLOW_COOKIES to nsIWebBrowserPersist.

--HG--
extra : rebase_source : 0ea11e1ed53d75152f57ffed74f44fc749a7a567
2009-06-16 10:30:25 -04:00
Olli Pettay
b4d60fb950 Bug 486990 - Context Menu can be disabled by stopping propagation, r=enn, sr=neil
--HG--
extra : rebase_source : a425f116d1350ff1204f1b031754a262ec73f8b1
2009-06-17 13:26:21 +03:00
Dave Townsend
2f8e4451fb Bug 487717: Make sure that failing plugins failed the download and not the detection stage. r=robstrong 2009-06-17 11:48:35 +01:00
Dave Townsend
2a16aa282c Bug 497884: Intermittent failure in test_classifier.html and test_classifier_worker.html. r=sdwilsh 2009-06-17 11:47:08 +01:00
Dão Gottwald
7269359c18 Bug 498628 - autohide="true" should be a no-op for menu toolbars on Linux. r=neil 2009-06-17 08:30:44 +02:00
Boris Zbarsky
b7aff036cb Work around bug 494546 causing performance problems when running chrome tests. 2009-06-16 18:34:43 -07:00
Boris Zbarsky
f51e72add0 Bug 495798. Drop native theming for controls styled with transparent backgrounds, even if the user said to not use the page colors. r+sr=dbaron 2009-06-16 15:05:12 -07:00
Chris Jones
1c0eb2d506 bug 491977: fix "leak" of deadlock detector statics. r=bsmedberg 2009-06-16 12:36:44 -07:00
Jesse Ruderman
6dfecd1f57 Add crashtest for bug 479938 2009-06-16 12:11:04 -07:00
Vladimir Vukicevic
24659ba959 b=381494; add optional splashscreen for our slower targets; r=bsmedberg 2009-06-16 11:59:35 -07:00
Vladimir Vukicevic
e7c111742e b=493963; don't call win32 printing functions with --disable-printing; r=stuart 2009-06-16 11:57:34 -07:00
Vladimir Vukicevic
f9840dba79 b=498452; add pref for autocomplete timeout to firefox; r=mconnor 2009-06-16 11:56:36 -07:00
Vladimir Vukicevic
4d5da58ab4 b=489518; on CE6, some dialogs are too short resulting in elements being cut off at the bottom; r=dougt 2009-06-16 11:55:06 -07:00
Boris Zbarsky
03a827f6f5 Bug 498530. Don't try to remove array elements that might not be in the array. r+sr=smaug 2009-06-16 11:46:24 -07:00
Neil Deakin
622c67863a Bug 498075, two clicks required to switch away from focused plugin, also fixes ususual minimzing behaviour where it immediately restores again, r+sr=smaug 2009-06-16 14:34:13 -04:00