Tatiana Meshkova
|
3dd472d1eb
|
Bug 653133 - Fennec crashes when loading a page with huge background-attachment:fixed background r=roc
|
2011-05-09 11:40:09 +03:00 |
|
Alex Vincent
|
0679b2f21a
|
Test for bug 656331 - make sure we don't load version-incompatible components.
--HG--
extra : rebase_source : b97dbd772c903e0f567d2c811ad2d2440a536646
|
2011-05-12 10:54:08 -04:00 |
|
Ehsan Akhgari
|
e422c276a8
|
Bug 612129 - Set the initial selection range to the beginning of the text field in order to be more compatible with other browsers; r=roc
|
2011-05-12 09:52:38 -04:00 |
|
Josh Matthews
|
2fe248944b
|
Bug 644325 - Wrap message receiver to avoid compartment errors. r=jst
|
2011-03-23 17:50:03 -04:00 |
|
Trevor Saunders
|
b866203214
|
bug 559773 - make html5 progress element accessible (correct constructor indentation) r=whitespaceonly
|
2011-05-12 08:03:17 -04:00 |
|
Alexander Surkov
|
0c0c4b8e57
|
Bug 648223 - stop support of accessibility.disableenumvariant pref, r=davidb
|
2011-05-12 20:37:18 +09:00 |
|
Mounir Lamouri
|
ffe5279729
|
Merging cedar with mozilla-central.
|
2011-05-12 12:29:49 +02:00 |
|
Alexander Surkov
|
e31fc75bcb
|
bug 559773 - make html5 progress element accessible r=marcoz,trev
From ed8e50f56d7c619a6df4ac906a5887d9788d58e2 Mon Sep 17 00:00:00 2001
https://bugzilla.mozilla.org/show_bug.cgi?id=559773
---
accessible/src/base/nsAccessibilityAtomList.h | 1 +
accessible/src/base/nsAccessibilityService.cpp | 9 +-
accessible/src/base/nsFormControlAccessible.cpp | 137 ++++++++++++++++++++
accessible/src/base/nsFormControlAccessible.h | 22 +++
accessible/src/html/nsHTMLFormControlAccessible.h | 5 +
accessible/src/xul/nsXULFormControlAccessible.cpp | 133 -------------------
accessible/src/xul/nsXULFormControlAccessible.h | 21 +---
accessible/tests/mochitest/Makefile.in | 3 +-
accessible/tests/mochitest/value/Makefile.in | 55 ++++++++
.../{test_value.html => value/test_general.html} | 4 +-
.../tests/mochitest/value/test_progress.html | 63 +++++++++
.../{test_value.xul => value/test_progress.xul} | 8 +-
12 files changed, 303 insertions(+), 158 deletions(-)
create mode 100644 accessible/tests/mochitest/value/Makefile.in
rename accessible/tests/mochitest/{test_value.html => value/test_general.html} (98%)
create mode 100644 accessible/tests/mochitest/value/test_progress.html
rename accessible/tests/mochitest/{test_value.xul => value/test_progress.xul} (93%)
--HG--
rename : accessible/tests/mochitest/test_value.html => accessible/tests/mochitest/value/test_general.html
rename : accessible/tests/mochitest/test_value.xul => accessible/tests/mochitest/value/test_progress.xul
|
2011-05-11 22:55:12 -04:00 |
|
Henri Sivonen
|
dbad8bb32b
|
Bug 655701 - Remove test dependencies on the html5.parser.enable pref. r=ted.mielczarek.
|
2011-05-12 10:56:37 +03:00 |
|
Mike Hommey
|
aeb9b87fa8
|
Backed out changeset 2a0fbd6eedbd because of pyxpt unit test failure
|
2011-05-12 09:05:05 +02:00 |
|
Mike Hommey
|
2f56ec35a0
|
Bug 654448 - Remove sanity check after each merge in pyxpt, it's already done when writing output. r=ted
|
2011-05-12 08:17:49 +02:00 |
|
Brian R. Bondy
|
b30cfc7d63
|
Bug 652363 - When dropping on the location bar, set it to the focused element so it has a GO button displayed. r=gavin
|
2011-05-11 15:15:34 +02:00 |
|
Ed Morley
|
0761a4ae78
|
Bug 655986 - Remove POLL_WITH_XCONNECTIONNUMBER since no longer defined; r=roc
|
2011-05-11 15:18:16 +02:00 |
|
Takanori MATSUURA
|
3f781ca98d
|
Bug 655439 - Use $(LIBXUL_DIST)/bin/xpcshell instead of $(DIST)/bin/xpcshell. r=khuey
|
2011-05-11 15:13:43 +02:00 |
|
Hiroyuki Ikezoe
|
0320523388
|
Bug 656165 - g_free accepts NULL so we do not need NULL checking before invoking it. r=karlt
|
2011-05-11 15:12:26 +02:00 |
|
Hiroyuki Ikezoe
|
41700cc573
|
Bug 655872 - Cleanup get_inner_gdk_window. r=karlt
|
2011-05-11 15:12:15 +02:00 |
|
Hiroyuki Ikezoe
|
20f625d5dc
|
Bug 655675 - Should remove needless G_OBJECT macro. r=karlt
|
2011-05-11 15:10:36 +02:00 |
|
Hiroyuki Ikezoe
|
898d1f3fcd
|
Bug 655633 - Code cleanup in nsGNOMERegistry.cpp. r=karlt
|
2011-05-11 15:10:00 +02:00 |
|
Hiroyuki Ikezoe
|
e26fb4dabd
|
Bug 652753 - Remove listener and observer in head.js even if test is timed out. r=zpao
|
2011-05-11 15:07:20 +02:00 |
|
Mounir Lamouri
|
66a99b9b91
|
Merging cedar with mozilla-central.
|
2011-05-11 15:00:12 +02:00 |
|
Mounir Lamouri
|
e57b2c0c43
|
Bug 651480 - Only show the filter list when there are multiple filters on MacOS X. r=joshmoz
|
2011-05-09 16:47:51 +02:00 |
|
Mounir Lamouri
|
fd5baf36f7
|
Bug 651477 - Update setTreatsFilePackagesAsDirectories when user change the filter list on MacOS X. r=joshmoz
|
2011-05-11 14:46:59 +02:00 |
|
Marco Bonardo
|
debf390abe
|
Merge Places and mozilla-central
|
2011-05-11 13:56:33 +02:00 |
|
Mats Palmgren
|
c094a0c158
|
Bug 638112 - Assertion failure: chars[length] == jschar(0). r=dbaron
|
2011-05-11 11:46:59 +02:00 |
|
Mats Palmgren
|
dda59f8318
|
Bug 639303. r=joe
|
2011-05-11 11:46:59 +02:00 |
|
Mats Palmgren
|
17cdd6713d
|
Bug 649134 - Ignore an empty or whitespace only href in the Link HTTP header. r=bzbarsky
|
2011-05-11 11:46:59 +02:00 |
|
Mats Palmgren
|
d9580d4443
|
Bug 649134 - Ignore an empty or whitespace only <link> href. r=bzbarsky
|
2011-05-11 11:46:59 +02:00 |
|
Marco Bonardo
|
648e8e3edc
|
Merge Places and mozilla-central
|
2011-05-11 11:08:58 +02:00 |
|
Simon Montagu
|
ef8b8a4670
|
Use SetMenuItemInfo instead of EnableMenuItem for the system menu to prevent spurious repainting of the buttons in the title bar. Bug 651905, r=jmathies
|
2011-05-11 10:16:10 +03:00 |
|
Olli Pettay
|
9b7975a3f2
|
comparing with ssh://opettay@mozilla.com@hg.mozilla.org/mozilla-central/
searching for changes
changeset: 68981:5f295573b22d
tag: tip
user: Olli Pettay <Olli.Pettay@helsinki.fi>
date: Mon May 09 18:47:13 2011 +0300
summary: Bug 427537 - Implement CustomEvent DOM3 specification, r=sicking
|
2011-05-11 09:33:11 +03:00 |
|
Makoto Kato
|
e3a7223fbf
|
Bug 637555 - Remove nsIMacLocale. r=smontagu
|
2011-05-11 14:25:09 +09:00 |
|
Michael Ventnor
|
f192ac6947
|
Bug 513006 - Some scrollbars disappear if GTK2 theme has scrollbar buttons turned off r=roc
--HG--
extra : rebase_source : ab867f6ae611fda355be336b8115106d1b6fbd58
|
2011-05-11 14:54:12 +10:00 |
|
Michael Ventnor
|
5814074910
|
Bug 635903 - Arrow of Edit Bookmarks Panel is missing after toggling the expanded folder view r=karlt
--HG--
extra : rebase_source : ef557270584eb7419593e501093b383f247f8e58
|
2011-05-11 14:54:12 +10:00 |
|
Masayuki Nakano
|
1ef49a007d
|
Bug 655918 Clean up the composition string when whole characters of it are refused due to maxlength r=ehsan
|
2011-05-11 13:52:45 +09:00 |
|
Masayuki Nakano
|
36ce1aa162
|
Bug 651307 Don't commit composition string on plugins at changing input source r=smichaud
|
2011-05-11 13:52:45 +09:00 |
|
Masayuki Nakano
|
a4ea6b689d
|
Bug 651694 Sort out NS_PLUGIN_EVENT r=roc
|
2011-05-11 13:52:44 +09:00 |
|
Brad Lassey
|
2d988f1793
|
bug 656200 - Android Talos tests are failing to initialize the device correctly a+r=mfinkle
|
2011-05-11 00:47:10 -04:00 |
|
Mark Finkle
|
b404ae0dfc
|
Bug 654838 - Create a unique branding for Fennec beta (displayname fix) [r=blassey]
|
2011-05-10 23:50:43 -04:00 |
|
Michael Wu
|
90fb74e443
|
Merge backout (to fix bug 656172)
|
2011-05-10 19:10:01 -07:00 |
|
Michael Wu
|
899d3b6b5d
|
Back out parts 3-7 of bug 620931 which caused bug 656172, r=killer
|
2011-05-10 18:27:51 -07:00 |
|
John Daggett
|
f27705b434
|
Bug 567552. Disable font auto-activation. r=josh
|
2011-05-11 09:44:35 +09:00 |
|
John Daggett
|
e9e9f644e7
|
Bug 650723. Add ClearType parameter data to about:support. r=gavin,jrmuizel
|
2011-05-11 09:30:20 +09:00 |
|
Hernán Rodriguez Colmeiro
|
179b00e997
|
Bug 656152: Improve string for 32-bit plugin restart. r=gavin
|
2011-05-10 16:31:33 -07:00 |
|
Masatoshi Kimura
|
0c4752993d
|
Bug 649133: Implement xhr.mozResponse and xhr.mozResponseType. r=sicking
|
2011-05-10 16:18:55 -07:00 |
|
Chris Leary
|
4d3c7b1eb9
|
Merge mozilla-central and tracemonkey. (CLOSED TREE)
|
2011-05-10 14:55:52 -07:00 |
|
Siddharth Agarwal
|
fbd92c4b61
|
Bug 656099 - bustage fix: add a null param to scheduleUpdate calls. CLOSED TREE
Bug 536295 changed the API, but these calls were missed.
|
2011-05-11 01:28:33 +05:30 |
|
Steven Michaud
|
55f9653a14
|
Bug 654725 - Changes in OS X 10.7 break our Wi-Fi monitor code, causing crashes. r=josh
|
2011-05-10 14:44:17 -05:00 |
|
Mark Finkle
|
0b6096defb
|
Bug 649820 - Change browser CSS based on Android OS version (core changes) [r=vingtetun r=mbrubeck]
|
2011-05-10 15:38:54 -04:00 |
|
Wes Johnston
|
b0f35ffecb
|
Bug 655740 - Make prefs pane more tablet friendly. r=mfinkle
|
2011-05-10 12:34:32 -07:00 |
|
Benjamin Stover
|
9ffc24f270
|
Bug 651522 permaorange: Cleanup and add some temporary logging r=mfinkle
|
2011-05-10 11:57:46 -07:00 |
|