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

228831 Коммитов

Автор SHA1 Сообщение Дата
L. David Baron 8d91e9081d Make it possible to store pointer values in nsStyleSides. (Bug 585715) r=bzbarsky a2.0=blocking+ 2010-08-25 12:17:56 +02:00
L. David Baron 23910f4f76 Avoid serializing calc() expressions in computed style when the calc() expression has no percentages and we have no percentage basis. (Bug 585715) r=bzbarsky a2.0=blocking+ 2010-08-25 12:17:56 +02:00
L. David Baron 89545b0362 Add support for calc() to the 'min-width' and 'max-width' properties. (Bug 585715) r=bzbarsky a2.0=blocking+ 2010-08-25 12:17:56 +02:00
L. David Baron fce97072e6 Add support for calc() to the 'height', 'min-height', and 'max-height' properties. (Bug 585715) r=bzbarsky a2.0=blocking+ 2010-08-25 12:17:55 +02:00
L. David Baron 46490e81bb Introduce nsStyleCoord::HasCoordOrNonPercentCalc to check for either a coord value or a calc() value not containing a percent. (Bug 585715) r=bzbarsky a2.0=blocking+ 2010-08-25 12:17:55 +02:00
L. David Baron 685f0146eb Introduce nsStyleCoord::HasPercent to check for either a percent value or a calc() value containing a percent. (Bug 585715) r=bzbarsky a2.0=blocking+ 2010-08-25 12:17:55 +02:00
L. David Baron 4cfbce614f Add support for calc() to ComputeWidthDependentValue and ComputeHeightDependentValue. Also change calc() handling of percents from using round to using floor, which changes our handling of percents on 'width' back to using floor, reverting an earlier change in this bug. (Bug 585715) r=bzbarsky a2.0=blocking+ 2010-08-25 12:17:55 +02:00
L. David Baron c4f2785b8e Fix computed style for percents for offset properties when the element doesn't have a frame. (Bug 585715) r=bzbarsky a2.0=blocking+ 2010-08-25 12:17:55 +02:00
L. David Baron b4d36c5999 Add prerequisites for better testing of 'top', 'right', 'bottom', and 'left'. (Bug 585715) r=bzbarsky a2.0=blocking+ 2010-08-25 12:17:55 +02:00
L. David Baron bcff8accea Add prerequisites for better testing of min/max-width/height properties. (Bug 585715) r=bzbarsky a2.0=blocking+ 2010-08-25 12:17:55 +02:00
L. David Baron 7fac9e2940 Add prerequisites for better testing of 'height'. (Bug 585715) r=bzbarsky a2.0=blocking+ 2010-08-25 12:17:55 +02:00
Christian Biesinger 23bb666a5a bug 585326 improve cookie logging
r=dwitte a=jst
2010-08-25 11:32:01 +02:00
Chris Pearce ed635f3034 Bug 589467 - Shutdown idle media state machine threads. r=kinetik a=sicking 2010-08-25 20:45:45 +12:00
Matthew Gregan 1088a92d61 Bug 589071 - Avoid shutting down nsAudioStream when another thread may be using it. r=doublec a=roc 2010-08-24 14:06:14 +12:00
Matthew Gregan 5e71ea141c Bug 571798 - Add a library-global lock to sydneyaudio ALSA backend and use it to make sa_stream_open/sa_stream_close thread safe. r=doublec a=roc 2010-08-23 17:59:10 +12:00
Chris Pearce caf4d0aa29 Bug 589561 - Rename HTMLTimeRanges to TimeRanges, HTMLMediaError to MediaError. r=roc a=roc
--HG--
rename : content/html/content/src/nsHTMLMediaError.cpp => content/html/content/src/nsMediaError.cpp
rename : content/html/content/src/nsHTMLMediaError.h => content/html/content/src/nsMediaError.h
rename : content/html/content/src/nsHTMLTimeRanges.cpp => content/html/content/src/nsTimeRanges.cpp
rename : content/html/content/src/nsHTMLTimeRanges.h => content/html/content/src/nsTimeRanges.h
rename : dom/interfaces/html/nsIDOMHTMLMediaError.idl => dom/interfaces/html/nsIDOMMediaError.idl
rename : dom/interfaces/html/nsIDOMHTMLTimeRanges.idl => dom/interfaces/html/nsIDOMTimeRanges.idl
2010-08-25 20:43:00 +12:00
Jonas Sicking d809cc530c Bug 546857 Part 6: Disable XUL for pages, unless user specifically opts in for domain. r=jst a=blocker 2010-08-19 16:12:46 -07:00
Mounir Lamouri 83db2e0b9a Fix 19ada12a980f bustage, see bug 590418. a=fix-bustage 2010-08-25 09:37:38 +02:00
Boris Zbarsky 5fbbf07ccf Bug 586900. Loosen up the test condition for now, pending a fix for the real problem. 2010-08-25 02:52:07 -04:00
Mounir Lamouri b6c031492f Bug 566045 - Default style for invalid form elements with :invalid. r=dbaron ui-r=limi a2.0=sicking 2010-08-25 06:40:31 +02:00
Mounir Lamouri e868b008d1 Bug 457801 (2/2) - Fix default placeholder style for XUL textboxes. r=dao a2.0=blocking 2010-08-25 06:39:55 +02:00
Mounir Lamouri 59f7f5fb8a Bug 457801 (1/2) - Implement -moz-placeholder pseudo-class. r=dbaron a2.0=blocking 2010-08-25 06:39:10 +02:00
Raymond Lee 5dd46a92bd Bug 588478 - Escape should not open tab from fan view of stacked tabs [r=dolske a=dolske]
--HG--
extra : rebase_source : 1a77634fa20cc1bfb42d816dfe2551809f03f116
2010-08-19 17:13:58 +08:00
Raymond Lee ba01e8292d Bug 588295 - Zoom out doesn't work for the same tab [r=dolske a=dolske]
--HG--
extra : rebase_source : 269329afabc8de08036eb9a476c7a61dffd67b8d
2010-08-18 15:06:20 +08:00
Raymond Lee 22dc8a625c Bug 588260 - Control + Shift + ' doesn't switch to the correct group [r=dolske a=dolske]
--HG--
extra : rebase_source : ddd8c78a15bbe7aebace9b62cfb14ad1a6e3d7e3
2010-08-18 10:51:43 +08:00
Raymond Lee 28141e030a Bug 586719 - Use proper constants in setTabViewFrameKeyHandlers [r=dolske a=dolske]
--HG--
extra : rebase_source : 1af40c4905b3866e1c08cf21759c0e1468a993dd
2010-08-13 15:18:29 +08:00
Raymond Lee 0aa208e025 Another fix for Bug 586719 - Use proper KeyEvent constants for Tab Candy code [r=dolske a=gavin]
--HG--
extra : rebase_source : 8e665a32ad01396e0b83f9aa541e984efe466761
2010-08-18 09:39:34 +08:00
Raymond Lee 0ea0ab343f Bug 586712 - Lighten tabOnFocus (and rename it), [r=dolske a=dolske]
--HG--
extra : rebase_source : 737e30c88ff59739149aa238dad1d558c580c783
2010-08-17 22:13:45 +08:00
Jim Mathies 6e2ebfa88e Bug 575870 - SeaMonkey bustage fix, explicit use of unicode version of CreateWindowEx. 2010-08-24 23:05:11 -05:00
Jim Mathies a83794b67d Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao, roc. Carry over approval from bug 574454 on chrome margin disabling code. r=robarnold. 2010-08-24 22:03:37 -05:00
Alexander Surkov 01248757dd Bug 590128 - crash [@nsAccessible::GetIndexOf], r=davidb, a=davidb 2010-08-25 11:08:59 +09:00
Alexander Surkov 72bf2418ac Bug 574312 - fix assertion, r=davidb, a=davidb 2010-08-25 11:08:43 +09:00
Alexander Surkov ce66c7964f Bug 589145 - dexpcom accessible event classes, r=davidb, sr=neil, a=davidb
--HG--
rename : accessible/src/base/nsAccEvent.cpp => accessible/src/base/AccEvent.cpp
rename : accessible/src/base/nsAccEvent.h => accessible/src/base/AccEvent.h
2010-08-25 11:08:28 +09:00
Mounir Lamouri 65aaf4b5e1 Backing out unintentional push ba7b3f3d3451, b21458f2e3a2 and f69cabe709ca. a=backout 2010-08-25 02:40:47 +02:00
Mounir Lamouri 65a9cb7816 Bug 457801 (3/3) - Fix :-moz-placeholder reftests. r?=? 2010-08-25 02:02:28 +02:00
Mounir Lamouri b7e0e442f0 Bug 457801 (2/3) - Fix default placeholder style for XUL textboxes. r=enndeakin 2010-08-24 21:23:27 +02:00
Mounir Lamouri e81e2a4f2b Bug 457801 (1/3) - Implement -moz-placeholder pseudo-class. r=dbaron a2.0=blocking 2010-08-24 21:02:09 +02:00
Justin Lebar 7dd9a1bb1f merge backout 2010-08-24 15:51:34 -07:00
Justin Lebar f4edc13523 Backed out changeset 2d57f5901aa2 (bug 576026). a=bustage 2010-08-24 15:41:14 -07:00
Neil Rashbrook 9fe33984cb Bug 589570 Disabled splitters should use the default cursor r=dao a=gavin 2010-08-24 23:39:33 +01:00
Dave Townsend 7216f3fd17 Bug 581084: List of search results doesn't visually differentiate between installed add-ons and available add-ons. r=Unfocused, a=blocking-beta5 2010-08-24 11:23:46 -07:00
Brad Lassey 52a3204c2d bug 589851 - [Regression] protocol handlers are broken on 8/22 nightly build r=dwitte a=blocking-fennec=2.0a1+ 2010-08-23 15:29:41 -04:00
Jim Chen 48b404ba18 Bug 589844 - Return correct string from getTextBeforeCursor on Android; r=mwu a=blocking-fennec=2.0a1+ 2010-08-23 10:54:00 -04:00
Loïc Yhuel e2ebc7dee3 Bug 589809. D2D: Fix running with PIX. r=bas
When we do "newSurf->backBuf->QueryInterface(&newSurf->surface);", PIX returns
the original interface instead of the hooked one, so I swapped newSurf->backBuf
and newSurf->surface, to get the two interfaces in the reverse order. In this
case PIX returns hooked interfaces which will work when used as argument of
hooked methods.
2010-08-24 13:46:34 -04:00
Loïc Yhuel dfcd5d8362 Bug 589809. D2D: Fix surface leak. r=bas
We were using a raw pointer and not releasing it.
Switch to a RefPtr.
2010-08-24 13:46:03 -04:00
Joel Maher 8015553874 Bug 574189 - Fix chrome tests to work from an extension for android and e10s support a=NPOTB r=ctalbert 2010-08-24 10:29:34 -07:00
Edmund Wong 82c094d68f Bug 576026 - runtests.py.in is an interpolated file and shouldn't be. r=ted, a=bsmedberg
--HG--
rename : testing/mochitest/runtests.py.in => testing/mochitest/runtests.py
2010-08-21 12:52:22 -07:00
Rich Walsh 2ac02f22a3 Bug 557159 - [OS/2] Optimize Cairo/Thebes surfaces. Surface Part 3 - nsWindow. r= Peter Weilbacher, a=NPOTB 2010-08-21 12:51:00 -07:00
Rich Walsh d0a138305c Bug 557159 - [OS/2] Optimize Cairo/Thebes surfaces. Surface Part 2 - MozCairo and Thebes. r= Peter Weilbacher, a=NPOTB 2010-08-21 12:50:32 -07:00
Rich Walsh e832974a3e Bug 557159 - [OS/2] Optimize Cairo/Thebes surfaces. Surface Part 1 - Cairo. r= Peter Weilbacher, a=NPOTB 2010-08-21 12:47:43 -07:00