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

206998 Коммитов

Автор SHA1 Сообщение Дата
Daniel Brooks 0f7914bc13 Backed out changeset 3ed492a26551 2009-06-19 11:57:54 -05:00
Daniel Brooks 3b3992efdc merge with backout 2009-06-19 11:57:34 -05:00
Daniel Brooks b034b6850e Backed out changeset c92a04298316 2009-06-19 11:57:06 -05:00
Josh Aas cf01ab4fd7 Minor Mac OS X plugin related cleanup, no bug. r=smichaud 2009-06-19 12:15:23 -04:00
Chris AtLee 5b7f3d1857 Bug 499161 - Pass xrePath and symbolsPath to runApp for reftests so that we are running the correct binaries. r=ted 2009-06-19 10:40:29 -04:00
Robert Sayre b181b3231e Merge tracemonkey to mozilla-central. 2009-06-19 09:22:50 -04:00
Dão Gottwald 2d08f48de7 Bug 497574 - Focus no longer changes in context menu of selected add-on. r=mossop 2009-06-19 13:32:54 +02:00
Daniel Brooks 18fd404792 commenting out this test for a few hours while I get a windows machine that can reproduce the bug 2009-06-19 05:50:51 -05:00
nnethercote@mozilla.com 174b6a9874 remove LIR_calli and LIR_fcalli (492478, r=edwsmith,jorendorff). 2009-06-19 10:20:26 +01:00
Andreas Gal e1bf7fcac2 Remove NativeThumb.cpp (bug 486535, hg totally sucks). 2009-06-19 09:47:16 +01:00
Jacob.Bramley@arm.com c1e865b841 Remove remaining obsolete ARM Thumb code (486535, r=gal). 2009-06-19 09:45:52 +01:00
Andreas Gal 9131352b7a Backed out changeset 1b5584a4eba4. Accidentally committed some unreviewed changes. 2009-06-19 09:42:34 +01:00
Jacob.Bramley@arm.com 0a5fef6509 Remove remaining obsolete ARM Thumb code (486535, r=gal). 2009-06-19 09:37:38 +01:00
Michael Kraft 3dc9ee70a3 Bug 491168 - Allow SessionStore to save/restore referrer field. r=zeniko 2009-06-19 09:37:08 +02:00
Daniel Brooks 9306ebacac Bug 486200 - Need API to compute screen coordinates of DOM elements
r=roc,dbaron, sr=roc,jst
2009-06-19 02:24:34 -05:00
Makoto Kato e3f28bfc86 Bug 498324 - Network layer support for Symbian emulator. r=bzbarsky, sr=cbiesinger 2009-06-19 16:11:32 +09:00
Chris Double ca05db5edc Bug 498853 - libvorbis update - r=xiphmont 2009-06-19 15:35:50 +12:00
Chris Double d28f9a06ab Bug 498855 - libvorbis update - r=xiphmont 2009-06-19 15:33:29 +12:00
Chris Double 08d0ef1f46 Bug 498827 - libvorbis update - r=xiphmont 2009-06-19 15:27:59 +12:00
Chris Double 23e5eecd67 Bug 498824 - liboggplay update - r=roc 2009-06-19 15:16:52 +12:00
Tim Terriberry fed173ce79 Bug 498824 - libtheora update - r=roc 2009-06-19 15:12:54 +12:00
Chris Double ea1ed3d3e3 Bug 498815 - liboggplay update - r=wiking rs=roc 2009-06-19 15:11:41 +12:00
Tim Terriberry e35f2aef86 Bug 498815 - libtheora update - r=doublec rs=roc 2009-06-19 15:11:15 +12:00
David Schleef fd39c3ad32 Bug 498770 - Enable optimized Theora code in Windows builds - r=kinetik rs=roc 2009-06-19 15:03:45 +12:00
Graydon Hoare 62b30456df Bug 497060 - Disable JIT on non-global initial scope chain, r=brendan.
--HG--
extra : rebase_source : f8052e5687bfa5fe5f9879622375c06dac647f95
2009-06-18 14:47:57 -07:00
Blake Kaplan fba9860074 Bug 498993 - Don't mistake initialization for assignment when the assignment is hidden by a secon var declaration. r=brendan/jorendorff 2009-06-18 14:52:06 -07:00
Igor Bukanov 8cb0efec26 bug 498899 - avoiding excessive JS_(LOCK|UNLOCK)_OBJ while quering property cache. r=brendan 2009-06-18 15:24:06 +02:00
Igor Bukanov 407f774141 Backed out changeset 7ab1be136cfa - that patch for bug 498899 has a bug. 2009-06-18 15:00:55 +02:00
Igor Bukanov b5255ffab4 bug 498899 - avoiding excessive JS_(LOCK|UNLOCK)_OBJ while quering property cache. r=brendan 2009-06-18 14:26:16 +02:00
Shawn Wilsher 2df095f854 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 fd0aabafba 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 6cb81bdca3 Move "ensureWindowData" to the window map, where it belongs. b=420491 r=josh 2009-06-17 14:13:12 -04:00
Josh Aas 349d2f743e Add safety checks to ChildView's getScrollableView. b=493238 r=mstange 2009-06-17 14:09:56 -04:00
Dirk Schulze b8ea13fb7a 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 2b712738f6 Bug 498913 - Crash when visiting www.bicycling.com with JAWS 10 running, r=davidb 2009-06-17 19:05:45 +02:00
Paritosh Aggarwal e167c6d9b2 Bug 498926 - lirasm - Support --execute with LIR_fret. r=jorendorff. 2009-06-17 11:52:20 -05:00
Steven Michaud 919d61104a nsBaseAppShell and nsRunnable leak occasionally. b=472773 r=josh,bent 2009-06-17 10:30:46 -05:00
Dão Gottwald 62f0f5949d Bug 498841 - gURLBar.timeout shouldn't be set in BrowserStartup. r=gavin 2009-06-17 17:27:04 +02:00
Jeff Muizelaar 559b72947b 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 faedf74657 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 4e1d24ee7e backout Bug 486990
--HG--
extra : rebase_source : 5947dd5fcc29bfb333c53cc2f60a00895910e9bb
2009-06-17 16:22:37 +03:00
Igor Bukanov 29f931221f bug 498874 - fixing GCC warnings about unsigned < 0 comparisons. r=gal 2009-06-17 13:57:03 +02:00
Andreas Gal af1e4816cd If the result of a demoted multiplication is 0, must undemote or we lose -0 (498549, r=dvander). 2009-06-17 08:06:21 +01:00
Nicholas Nethercote d7f40bae65 Bug 494639 - NJ: fix numerous LIR memory management problems, r=graydon 2009-06-16 14:01:31 -07:00
Graydon Hoare e8a611be74 Bug 496448 - Followup to fix build, r=jorendorff.
--HG--
extra : rebase_source : b9e08e853fcd183ef88b7cfac1e70ca199feb214
2009-06-16 12:19:29 -07:00
Jason Orendorff 67b92dd994 Bug 498504 - lirasm - constant jumps produce assertions. intermediates treated as labels. p=paritosh,r=me. 2009-06-16 13:05:59 -05:00
Mark Smith 83c646ef2f 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 6e6975e220 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 de5acceeb8 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 30cbd05ee8 Bug 497884: Intermittent failure in test_classifier.html and test_classifier_worker.html. r=sdwilsh 2009-06-17 11:47:08 +01:00