Henri Sivonen
|
2725c54475
|
Bug 570309 - Experimentally make -- > not terminate a comment in HTML. r=jonas.
|
2010-06-19 09:38:41 +03:00 |
Dão Gottwald
|
43dd58c585
|
merge backout
|
2010-07-28 10:19:49 +02:00 |
Dão Gottwald
|
a7b8d22a2e
|
Backed out changeset 276f149e29e0
|
2010-07-28 10:19:10 +02:00 |
John Daggett
|
fe8c3c3f0d
|
Bug 551871. Correct font-weight handling and add large set of font-weight reftests. r=jkew, a=joe
|
2010-07-28 14:30:21 +09:00 |
John Daggett
|
189c1f316b
|
Bug 577065. Force bitmap fonts to use Uniscribe shaper. r=jkew
|
2010-07-28 13:52:21 +09:00 |
John Daggett
|
c0c3a8dfa2
|
Bug 577065. Cleanup MapCharToGlyph parameter types. r=jkew
|
2010-07-28 13:00:38 +09:00 |
Kyle Huey
|
dac9f36db9
|
Revert tree to the last known good state
|
2010-07-27 17:32:17 -07:00 |
Kyle Huey
|
b1f2de7b4f
|
Back out Bug 551181 because it depends on the last bug I backed out
|
2010-07-27 17:13:55 -07:00 |
Kyle Huey
|
b827bd55c6
|
Backed out changeset 998a00c4052b
|
2010-07-27 17:13:20 -07:00 |
Kyle Huey
|
9ceea113db
|
Backout Bug 516728 to fix orange
|
2010-07-27 16:51:48 -07:00 |
Kyle Huey
|
a019d3c9b3
|
Backed out changeset ca5a1f26565f
|
2010-07-27 16:51:15 -07:00 |
Kyle Huey
|
2ddddc59fa
|
Backed out changeset 0ff2f3b8dfdf
|
2010-07-27 16:50:02 -07:00 |
Doug Turner
|
f8f507d09f
|
Follow up to bug 516728 - Should prevent History object leak
|
2010-07-27 16:11:09 -07:00 |
Frank Yan
|
3d50e47042
|
Bug 580956 - 'Undo Close Tab' should be disabled not hidden when there are none to undo. r=dao
|
2010-07-27 17:01:16 +02:00 |
Ian Spence ext:(%2C%20Michael%20Monreal%20%3Cmichael.monreal%2Bmoz%40gmail.com%3E)
|
3e8ed9fdce
|
Bug 412773 - Implement -moz-appearance: button-arrow-up/down/next/previous and use them in the find bar and for expander buttons. r=roc, r=dao, ui-r=faaborg
|
2010-07-27 16:57:47 +02:00 |
Alice0775 White
|
62721749e6
|
Bug 579095 - Setting the identity label fails when the container is hidden. Collapse it instead. r=dao
|
2010-07-27 16:54:05 +02:00 |
Neil Deakin
|
1a63a382d2
|
Bug 552982, Part 9, support close buttons on popups with titlebars, r=neil
|
2010-07-27 09:38:04 -04:00 |
Neil Deakin
|
3035001508
|
Bug 552982, Part 8, support labels on popups with titlebars, r=neil
|
2010-07-27 09:38:04 -04:00 |
Neil Deakin
|
e9fafc2efa
|
Bug 552982, Part 7, fix the way widget bounds are computed on gtk, r=karlt
|
2010-07-27 09:38:04 -04:00 |
Neil Deakin
|
ce068cacc5
|
Bug 552982, Part 6, fix the way widget bounds are computed, r=josh
|
2010-07-27 09:38:04 -04:00 |
Neil Deakin
|
006002dc3d
|
Bug 552982, popups with titlebars tests
|
2010-07-27 09:38:04 -04:00 |
Neil Deakin
|
730f940762
|
Bug 552982, Part 5: support for titlebars on panels, r=mats,sr=roc
|
2010-07-27 09:38:03 -04:00 |
Neil Deakin
|
de21a4773f
|
Bug 552982, Part 4: change nsXULPopupManager::GetVisiblePopups to also return noautohide panels, r=mats
|
2010-07-27 09:38:03 -04:00 |
Neil Deakin
|
5ce40250f5
|
Bug 552982, Part 3: support panel levels, r=mats
|
2010-07-27 09:38:03 -04:00 |
Neil Deakin
|
a06cb0fef5
|
Bug 552982, Part 2: update the popup when it is moved or resized natively, r=mats
|
2010-07-27 09:38:02 -04:00 |
Neil Deakin
|
8f313e5f72
|
Bug 552982, Part 1: change nsXULPopupManager::AdjustPopupsOnWindowChange so that it only adjusts popups associated with the same window, r=mats
|
2010-07-27 09:38:02 -04:00 |
Masayuki Nakano
|
51d0705279
|
Bug 574340 Cleaning up nsKeyboardLayout which doesn't use our coding style. Part.5 fix some nits r=jmatheis, a2=joe
|
2010-07-27 21:50:21 +09:00 |
Masayuki Nakano
|
31a5f779e1
|
Bug 574340 Cleaning up nsKeyboardLayout which doesn't use our coding style. Part.4 Use early return style r=jmatheis, a2=joe
|
2010-07-27 21:50:03 +09:00 |
Masayuki Nakano
|
ef513fca35
|
Bug 574340 Cleaning up nsKeyboardLayout which doesn't use our coding style. Part.3 Use our control structure coding style r=jmatheis, a2=joe
|
2010-07-27 21:49:37 +09:00 |
Masayuki Nakano
|
ff23bdd04d
|
Bug 574340 Cleaning up nsKeyboardLayout which doesn't use our coding style. Part.2 Remove unnecessary white spaces and wrap long lines r=jmatheis, a2=joe
|
2010-07-27 21:48:59 +09:00 |
Masayuki Nakano
|
de0cf30c9a
|
Bug 574340 Cleaning up nsKeyboardLayout which doesn't use our coding style. Part.1 Use C++ name space r=tellrob+a2=joe
--HG--
rename : widget/src/windows/nsKeyboardLayout.cpp => widget/src/windows/KeyboardLayout.cpp
rename : widget/src/windows/nsKeyboardLayout.h => widget/src/windows/KeyboardLayout.h
|
2010-07-27 21:47:42 +09:00 |
Neil Rashbrook
|
b427265e09
|
Bug 581652 Some versions of GCC don't like nsCRT::IsAsciiSpace r=jst a=bsmedberg
|
2010-07-27 12:45:59 +01:00 |
Neil Rashbrook
|
fdeec4a6cc
|
Bug 581903 Make --enable-xterm-updates work with PARALLEL_DIRS r=khuey
|
2010-07-27 12:44:21 +01:00 |
Ginn Chen
|
b1476fce7f
|
Bug 580969 nsHTMLSelectElement.cpp failed to compile with Sun Studio r=peterv a=bsmedberg
|
2010-07-27 17:21:45 +08:00 |
Ginn Chen
|
e0eb18127b
|
Bug 580546 FrameLayerBuilder.cpp failed to compile with Sun Studio 12 r=roc a=bsmedberg
|
2010-07-27 17:20:55 +08:00 |
Robert Longson
|
b430cb6792
|
Backout Bug 578309 due to mochitest failures
|
2010-07-27 09:35:54 +01:00 |
Robert Longson
|
0cb3e2e767
|
Bug 578309 - mask and clipPath applied to foreignObject are translated. r=roc a=blocking
|
2010-07-27 08:33:01 +01:00 |
Dão Gottwald
|
30c9b31e5b
|
Bug 581654 - Fix places in browser-places.js that use for each...in to loop over arrays. r=mak
--HG--
extra : rebase_source : a247af92a67ed44f605a21486759e8c7c779dffc
|
2010-07-27 01:04:13 +02:00 |
Dão Gottwald
|
462617b8c0
|
Bug 487829 - Scroll buttons should only react to left clicks. r=enn
--HG--
extra : rebase_source : fbf2e82c47d86dc98bfe5f9412f16770240ef455
|
2010-07-27 01:02:58 +02:00 |
Dão Gottwald
|
715cdd0c68
|
Bug 581653 - Remove XPCOM cruft from StarUI. r=mak
--HG--
extra : rebase_source : fbbb7640edc47a9d55ee2f7b9056beedb7ae9f39
|
2010-07-27 01:02:06 +02:00 |
Oleg Romashin
|
9ad5ae0828
|
Bug 581754 - GetLayerManager call in child-process crashes browser. r=dougt
|
2010-07-27 07:38:35 +03:00 |
Dave Townsend
|
17a406da74
|
Bug 520482: Firefox should be able to remember more than 8 lightweight themes. r=robstrong
|
2010-07-26 18:31:10 -07:00 |
Clint Talbert
|
9f0967e24e
|
Bug 563095 Ensure package test target for Android contains sutagent apk r=ted a=NPOTB
|
2010-07-26 18:43:34 -07:00 |
Clint Talbert
|
7df41dd1b2
|
Bug 580418 Fix remote reftests to start their own httpd.js webserver r=jmaher
|
2010-07-26 18:43:34 -07:00 |
Clint Talbert
|
bd7c78cd13
|
Bug 573694 Optionally allow reftest harness to write output to log file for android r=dbaron
|
2010-07-26 18:43:33 -07:00 |
Jonathan Griffin
|
2bbbf0de1d
|
merge
|
2010-07-26 16:02:13 -07:00 |
Jonathan Griffin
|
58e71c59f4
|
Bug 572570 - backed out changeset 90ade0c197ed due to linux m0 oranges
|
2010-07-26 16:01:06 -07:00 |
L. David Baron
|
eb439e1abd
|
Bug 581738: Revert b09b40c61117 (temporary disabling of test on Win7) because bug 542504 is now fixed.
|
2010-07-26 15:46:09 -07:00 |
Jonathan Griffin
|
33af957293
|
Bug 572570 - make ssltunnel recognize WebSocket traffic via header inspection. r=ted
|
2010-07-26 14:40:08 -07:00 |
Jono S Xia
|
bac547a636
|
Bug 580856 - Race condition in Test Pilot experiment details page. r+a=dtownsend
|
2010-07-26 14:34:18 -07:00 |