James Kitchener
|
960b22bfa9
|
Bug 941611 - More consistent rounding of text metrics. r=karlt, r=fredw
|
2014-01-27 08:18:26 -05:00 |
|
Timothy Nikkel
|
2acbda27fd
|
Bug 963771. Remove code accidentally landed that was only ever intended for local debugging.
|
2014-01-26 16:50:31 -06:00 |
|
Timothy Nikkel
|
efba92d9ee
|
Bug 963771. Add a debug dump function to print a single display item (and not just an entire display list). r=mats
|
2014-01-26 16:09:14 -06:00 |
|
Timothy Nikkel
|
d5eb33d7d0
|
Bug 962505. Put the scroll frame and the scrolled frame in the display list dump for scroll layer items. r=mats
|
2014-01-26 16:09:06 -06:00 |
|
Timothy Nikkel
|
05195514d5
|
Bug 962505. When dumping display lists print the entire line at once so it works better with Fennec and b2g. r=mats
|
2014-01-26 16:07:08 -06:00 |
|
Timothy Nikkel
|
be86ba744c
|
Bug 962443. Make layout frame tree dumping code work better for Fennec and b2g. r=mats
|
2014-01-26 16:07:02 -06:00 |
|
Ehsan Akhgari
|
73df089acf
|
Bug 963763 - Fix the test case for bug 612271 so that it doesn't depend on the mouse not hovering the textarea on Windows; r=roc
|
2014-01-24 16:05:52 -05:00 |
|
Ehsan Akhgari
|
dec84b9caa
|
Bug 963760 - Fix the test for bug 682712 to not rely on a mouse click to set the focus on body; r=roc
|
2014-01-25 11:59:34 -05:00 |
|
Ms2ger
|
ad04f9295c
|
Bug 243412. Enable unprefixed 'box-sizing'. r=dbaron
|
2014-01-17 17:13:22 -07:00 |
|
Mats Palmgren
|
d545f8b37a
|
Bug 961363 - test.
|
2014-01-25 10:03:54 +00:00 |
|
Mats Palmgren
|
2641f3c4c0
|
Bug 961363 - Don't try to handle multiple-select commands in single-select lists. r=bz
|
2014-01-25 10:03:54 +00:00 |
|
David Baron
|
0985ba0044
|
Bug 834842 - Support mach timestamp in reftest-analyzer. r=bgirard
|
2014-01-25 10:03:54 +00:00 |
|
Oskar Eisemuth
|
fb1168ac2d
|
Bug 844473: Honor mozdisallowselectionprint and moznomarginboxes in print preview as well as print. r=roc
|
2014-01-24 17:18:54 -05:00 |
|
Andrew Halberstadt
|
48a16472a1
|
Bug 958520 - Disable four failing b2g desktop reftest-sanity tests, r=jgriffin
|
2014-01-24 10:35:35 -05:00 |
|
Andrew Halberstadt
|
d9efa21e15
|
Bug 916350 - Make it possible to run reftests on b2g desktop, r=jgriffin,ted
|
2014-01-24 10:34:01 -05:00 |
|
Ehsan Akhgari
|
5a9c56b0a8
|
Bug 961889 - Fix the adverse effects of spell checking on test_reftests_with_caret.html test cases; r=roc
|
2014-01-24 09:18:00 -05:00 |
|
Carsten "Tomcat" Book
|
1a2141163b
|
Merge mozilla-central to mozilla-inbound
|
2014-01-24 09:28:18 +01:00 |
|
Wes Kocher
|
fddf97a6fe
|
Merge fx-team to m-c
|
2014-01-23 18:31:45 -08:00 |
|
Matthew Noorenberghe
|
b43fada4d4
|
Bug 956162 - Implement @flip="none" for popups to allow them to appear off-screen without flipping or resizing. r=Enn
[Australis]
|
2014-01-22 20:09:03 +00:00 |
|
Masayuki Nakano
|
a8677932f0
|
Bug 935876 part.1 Don't consume key event on <select> element if it's never handled r=
|
2014-01-24 15:26:52 +09:00 |
|
Cameron McCormack
|
57e1ae7505
|
Bug 962427 - Make RestyleManager.cpp's GetNextBlockInInlineSibling static. r=dbaron
|
2014-01-23 15:24:22 +11:00 |
|
Ehsan Akhgari
|
026e591974
|
Bug 289384 - Run the native key binding handlers from nsEditorEventListener; r=Neil,masayuki
|
2014-01-22 22:18:51 -05:00 |
|
Boris Zbarsky
|
ade99301a4
|
Bug 962628. Make '+' and '~' combinators work at the top level of an anonymous content forest. r=heycam
|
2014-01-23 15:18:06 -05:00 |
|
Benoit Jacob
|
67a17b1047
|
Bug 959448 - Convert most of LayersTypes.h to typed enums - r=nrc
find content/media dom/ipc widget/ gfx/tests gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)LAYERS_\(NONE\|BASIC\|OPENGL\|D3D9\|D3D10\|D3D11\|CLIENT\|LAST\)\($\|[^A-Za-z0-9_]\)/\1LayersBackend::LAYERS_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::BUFFER_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(BUFFERED\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(DRAW\|DRAW_SNAPPED\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::CLIP_\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SURFACE_\(NONE\|OPAQUE\|SINGLE_CHANNEL_ALPHA\|COMPONENT_ALPHA\)\($\|[^A-Za-z0-9_]\)/\1SurfaceMode::SURFACE_\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(STRETCH\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::SCALE_\2\3/g'
|
2014-01-23 13:26:41 -05:00 |
|
Benoit Jacob
|
93826fc6b0
|
Bug 959380 - 4/5 - Make gfxContentType a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)GFX_CONTENT_\(COLOR\|ALPHA\|COLOR_ALPHA\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1gfxContentType::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Benoit Jacob
|
3846defaec
|
Bug 959380 - 3/5 - Make gfxSurfaceType a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)gfxSurfaceType\(Image\|PDF\|PS\|Xlib\|Xcb\|Glitz\|Quartz\|Win32\|BeOS\|DirectFB\|SVG\|OS2\|Win32Printing\|QuartzImage\|Script\|QPainter\|Recording\|VG\|GL\|DRM\|Tee\|XML\|Skia\|Subsurface\|D2D\|Max\)\($\|[^A-Za-z0-9_]\)/\1gfxSurfaceType::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Benoit Jacob
|
3369ca8bb6
|
Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel
find . -type f | grep -v \./obj | grep -v \.hg | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)gfxImageFormat\(ARGB32\|RGB24\|A8\|A1\|RGB16_565\|Unknown\)\($\|[^A-Za-z0-9_]\)/\1gfxImageFormat::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Benoit Jacob
|
046f19e630
|
Bug 959380 - 1/5 - Make gfxBreakPriority a typed enum - r=jrmuizel
|
2014-01-23 13:26:39 -05:00 |
|
Benoit Jacob
|
ff9143a319
|
Bug 963198 - Don't mix up byte-size and array-length - r=tn
|
2014-01-23 17:34:04 -05:00 |
|
Andrew Halberstadt
|
ae897cc54b
|
Bug 958533 - Add b2g desktop to the reftest sandbox, r=jgriffin
|
2014-01-23 16:02:22 -05:00 |
|
Ryan VanderMeulen
|
4e194d306a
|
Backed out changeset 07e5bf2cb7c8 (bug 913597) for desktop B2G failures.
CLOSED TREE
|
2014-01-22 12:48:44 -05:00 |
|
Dan Glastonbury
|
179ac4d20f
|
Bug 913597 - Remove support for obsolete 'moz-webgl' name for creation of WebGL contexts. r=jgilbert
|
2014-01-23 00:44:16 +09:00 |
|
Benoit Girard
|
49072be9c6
|
Bug 950488 - Overhaul APZ handling of overflow:hidden. r=botond
--HG--
extra : rebase_source : 6ba93899e5ac446b5c4a4cacb18574dd05c54c62
|
2014-01-21 12:33:52 -05:00 |
|
Jonathan Watt
|
c948a96d59
|
Bug 949891 - Make nsNumberControlFrame a leaf frame so that only its CreateAnonymousContent method can create child frames. r=dholbert
|
2014-01-14 12:40:01 +00:00 |
|
Daniel Holbert
|
ac7ee96123
|
Bug 962267: Move nsFlexContainerFrame.h's forward-decls into the class's scope. r=mats
|
2014-01-21 17:05:07 -08:00 |
|
Wes Kocher
|
3fdc89e897
|
Backed out changeset 31ef6f1090fd (bug 916350) for android reftest bustage on a CLOSED TREE
|
2014-01-21 15:37:02 -08:00 |
|
Daniel Holbert
|
93349644a3
|
Bug 783470 part 5: Add assertion to ensure we don't create FlexItems for abspos children. rs=mats
|
2014-01-21 14:52:32 -08:00 |
|
Daniel Holbert
|
70d18762a8
|
Bug 783470 part 4: reftests for visibility:collapse on flex items. r=mats
|
2014-01-21 14:52:30 -08:00 |
|
Daniel Holbert
|
ba6b5c54fa
|
Bug 783470 part 3: Use the strut metadata we've saved to actually build special "strut" FlexItems on our second pass through reflow. r=mats
|
2014-01-21 14:52:27 -08:00 |
|
Daniel Holbert
|
d53b425443
|
Bug 783470 part 2: Create an array with information about each visibility:collapse "strut" that we need to build. r=mats
|
2014-01-21 14:51:58 -08:00 |
|
Daniel Holbert
|
a42f13cbbc
|
Bug 783470 part 1: Split most of flex reflow into a helper-function, so that we can easily restart it by reinvoking that helper. r=mats
|
2014-01-21 14:51:57 -08:00 |
|
Andrew Halberstadt
|
85cd622dfd
|
Bug 916350 - Make it possible to run reftests on b2g desktop, r=jgriffin,ted
|
2014-01-21 17:25:20 -05:00 |
|
Ehsan Akhgari
|
d86cae744f
|
Bug 924972 - Enforce the focus before running every subtest of test_reftests_with_caret.html
|
2014-01-21 15:45:18 -05:00 |
|
Ehsan Akhgari
|
e041880100
|
Backed out changeset 0e34a26a4353 (bug 924972) because of more test failures
|
2014-01-21 14:33:57 -05:00 |
|
Ehsan Akhgari
|
e680555714
|
Bug 924972 - Enforce the focus before running every subtest of test_reftests_with_caret.html
|
2014-01-21 13:27:04 -05:00 |
|
guozhu cheng
|
ad7c57c25d
|
Bug 907196 - Split CreateCMSOutputProfile profile loading into GetCMSOutputProfileData. r=BenWa, r=jmuizelaar
|
2013-11-07 18:20:08 +08:00 |
|
Ehsan Akhgari
|
5165b87f93
|
Backed out changeset 746018b05d67 (bug 924972) because of test failures
|
2014-01-21 11:33:28 -05:00 |
|
Ehsan Akhgari
|
e6ea7527a5
|
Bug 924972 - Enforce the focus before running every subtest of test_reftests_with_caret.html
|
2014-01-21 10:32:41 -05:00 |
|
Nathan Froyd
|
1fa44f8848
|
Backout 2c24dc80aa00 (bug 916350) for Android reftest/crashtest orange on this CLOSED TREE
|
2014-01-20 20:08:43 -05:00 |
|
Andrew Halberstadt
|
9464506911
|
Bug 916350 - Make it possible to run reftests on b2g desktop, r=jgriffin,ted
|
2014-01-20 17:44:44 -05:00 |
|