David Bolter
|
2ef981ab22
|
Bug 529192 - crash [nsXULListCellAccessible::GetAttributesInternal(nsIPersistentProperties*)] r=MarcoZ,surkov
|
2009-11-17 16:14:45 -05:00 |
L. David Baron
|
532b61f5f0
|
Null check mShell in nsPresContext::MediaFeatureValuesChanged. (Bug 528832) r=bzbarsky
|
2009-11-17 13:11:15 -08:00 |
L. David Baron
|
4043bce6c6
|
Add a test for bug 517224.
|
2009-11-17 13:11:14 -08:00 |
Josh Aas
|
75047f874d
|
Move Carbon plugin idle event rate back up to 8 events per second to avoid Flash audio stuttering. b=525533 r=roc
|
2009-11-17 15:36:33 -05:00 |
Ehsan Akhgari
|
4da46a45c0
|
Bug 526194 - r=vlad
--HG--
extra : rebase_source : 410c69341dab86377f94026709c3aa1f13c36a6d
|
2009-11-17 15:01:15 -05:00 |
Ehsan Akhgari
|
5f0a40d0db
|
Bug 528416 - Download Directory Persists After "Clear Recent History"; r=gavin ui-r=faaborg
--HG--
extra : rebase_source : a5856e02bc394b7359b507d9a40e05d59a114155
|
2009-11-16 20:14:28 -05:00 |
Michael Ventnor
|
99ea3a227c
|
Bug 516124. Add null checks to nsAlertsIconListener. r=roc
|
2009-11-17 15:16:59 -05:00 |
Zack Weinberg
|
5ff581dc8d
|
Bug 522088 and bug 507924: Ensure that the value used for frame poisoning is a pointer to an inaccessible page of virtual memory.
|
2009-11-17 11:17:20 -08:00 |
Masayuki Nakano
|
9b42af5915
|
Bug 529282 Firefox 3.6b2 Crash [@ nsIMEStateManager::OnTextStateFocus(nsPresContext*, nsIContent*) ] r=roc
|
2009-11-17 21:40:59 +09:00 |
Dão Gottwald
|
3fb64206b2
|
Count open browser windows for bug 528776
|
2009-11-17 13:28:36 +01:00 |
Dão Gottwald
|
a47cdd4902
|
Count open browser windows for bug 528776
|
2009-11-17 13:07:34 +01:00 |
Henri Sivonen
|
3ad04b51a7
|
Bug 514661 - Introduce scoped atom tables for the HTML5 parser. r=bsmedberg, sr=dbaron.
--HG--
extra : rebase_source : 12e9731c0d86691cde40fc1ea4cc5ab4b3fb5168
|
2009-09-18 18:13:10 +03:00 |
Blake Kaplan
|
525da59c55
|
Bug 524690 - Explicitly disable the crashreporter if we have a debugger. r=ted
|
2009-11-17 03:11:33 -08:00 |
Dão Gottwald
|
46fdc94d85
|
Bug 520346 - Periodic update check for lightweight themes. r=dtownsend, sr=dveditz
|
2009-11-17 08:55:47 +01:00 |
Dão Gottwald
|
06e4128f91
|
Count open browser windows for bug 528776
|
2009-11-17 08:26:12 +01:00 |
Jonas Sicking
|
f70a5a844a
|
Bug 527370: Fix bug in test. r=bustage-fix
|
2009-11-16 22:07:49 -08:00 |
Chris Jones
|
427a01d800
|
Merge backout. CLOSED TREE
|
2009-11-16 23:50:52 -06:00 |
Chris Jones
|
2a2094819d
|
Backout b68f602ce949
|
2009-11-16 23:49:22 -06:00 |
Jonas Sicking
|
423c30fcd0
|
Bug 527623: Add some temporary logging code in order to figure out the intermittent oranges in test_bug503481b.html. This code will be backed out once we have a log of a failing test. r=jst
|
2009-11-16 19:07:22 -08:00 |
Jonas Sicking
|
27dfaf72f0
|
Bug 527370: More File API renames. Also adds tests for the FileReader.readyState property. r=jst
|
2009-11-16 18:01:40 -08:00 |
Daniel Holbert
|
f9c9ba9cff
|
Bug 528263: Use -Wno-variadic-macros argument for g++, to hide useless compiler warning. r=graydon r=bsmedberg
|
2009-11-16 17:22:53 -08:00 |
Ehsan Akhgari
|
d7c6c92270
|
Backout of changeset 01e3238d3ddd because it didn't help with the orange
|
2009-11-16 20:12:31 -05:00 |
Jonas Sicking
|
8cdc65ab1c
|
Bug 507114: Make the observer-service deal with do_QueryReferent causing observers to be added or removed. r=bsmedberg
|
2009-11-16 17:07:41 -08:00 |
Jonas Sicking
|
28565aae30
|
Bug 507114: Don't put up a dialog if we're low on memory. Instead just attempt to report to the console-service. r=jst
|
2009-11-16 17:06:28 -08:00 |
Dietrich Ayala
|
3bc5fc5e19
|
Bug 526545 - Crash reporter still can send wrong URL when crashing during pageload (r=bsmedberg)
|
2009-11-16 16:54:55 -08:00 |
Dietrich Ayala
|
94b03fc043
|
Backed out changeset 6e8717db83bb (accidental inclusion)
|
2009-11-16 16:53:22 -08:00 |
Dietrich Ayala
|
1b377e975a
|
Bug 526545 - Crash reporter still can send wrong URL when crashing during pageload (r=bsmedberg)
|
2009-11-16 16:51:07 -08:00 |
Robert Strong
|
1e89c6f628
|
Bug 510501 - not granting UAC permission to updater.exe causes full update to be downloaded. r=dtownsend
|
2009-11-16 16:34:47 -08:00 |
Dão Gottwald
|
34c0c6a928
|
Count open browser windows for bug 528776
|
2009-11-17 01:04:28 +01:00 |
Chris Jones
|
8a41af9985
|
bug 527590: make it an error to hide a virtual method declaration by overloading it in a derived class. (use |using base::method;| if you really mean to do that). rs=bsmedberg
|
2009-11-16 17:57:21 -06:00 |
Nick Thomas
|
3be5568be7
|
Bug 515421, packaging fixes from Fx3.5.5 -> 3.6b2 major update test, r=ted.mielczarek
--HG--
extra : rebase_source : ba5190bab30f2efede6871391fde0daf5fec827f
|
2009-11-17 12:25:18 +13:00 |
Axel Hecht
|
d7243a27cc
|
Bug 528911, lockFile should catchIOError when open()ing lock file, r=ted.mielczarek
--HG--
extra : rebase_source : 7efdc4a6fd4dff10efb855e09799ba7e15b343bf
|
2009-11-17 12:24:07 +13:00 |
Ehsan Akhgari
|
6718e5799f
|
Bug 528001 - Try a possible solution
|
2009-11-16 18:14:09 -05:00 |
Honza Bambas
|
c073f67d4e
|
merge backout
|
2009-11-16 23:08:40 +01:00 |
Honza Bambas
|
c2cc8f54ec
|
Backout ebc28a0d4b96
|
2009-11-16 23:07:00 +01:00 |
Dave Townsend
|
edf1ea5fdd
|
Bug 522571: Link from themes manager to personas gallery. r=robstrong
|
2009-11-16 13:05:25 -08:00 |
Boris Zbarsky
|
cbb295cb0c
|
Bug 518114 part 2. Use state bits to keep track of what a placeholder is a placeholder for. r=roc
|
2009-11-16 16:00:07 -05:00 |
Boris Zbarsky
|
cac46ff131
|
Bug 518114 part 1. Don't force a virtual GetType call in GetFloatFromPlaceholder. r=roc
|
2009-11-16 16:00:07 -05:00 |
Chris Jones
|
84a1bad070
|
Fix build bustage
|
2009-11-16 14:32:03 -06:00 |
Chris Jones
|
213fbd7685
|
bug 525573: in --enable-tracemalloc builds, initialize tracemalloc in XPCOM unit tests so as to support multi-threaded tests. r=jwalden
|
2009-11-16 12:55:39 -06:00 |
Dave Townsend
|
3be750b8f3
|
Bug 528651: Component registrations not correctly cached leading to re-registering every component on every startup. r=bsmedberg
|
2009-11-16 09:39:51 -08:00 |
Bartłomiej B
|
691214a200
|
Bug 521750 - Follow-up: add some actually used compilation options when detecting __thread support [r=bsmedberg]
|
2009-11-16 10:48:34 -06:00 |
Dão Gottwald
|
00ff1dc6e1
|
Count open windows in browser_514751.js for bug 528776
|
2009-11-16 17:33:56 +01:00 |
Honza Bambas
|
1d7590ae69
|
Bug 515051 - Stream listener registered in a network request channel eats JS error messages, r=bz+biesi
|
2009-11-16 17:25:48 +01:00 |
David Bolter
|
f82359dcea
|
Bug 525579 - topcrash [@ nsAccessibilityService::GetAccessible(nsIDOMNode*, nsIPresShell*, nsIWeakReference*, nsIFrame**, int*, nsIAccessible**)] (thanks dbaron) r=roc,surkov
|
2009-11-16 09:03:53 -05:00 |
Masayuki Nakano
|
fbd9249755
|
Bug 528435 Drop NS_COMPOSITION_QUERY event r=roc, sr=neil
|
2009-11-16 22:13:02 +09:00 |
Ted Mielczarek
|
0dda716014
|
bustage fix from bug 462381
|
2009-11-16 07:57:15 -05:00 |
Dão Gottwald
|
7883bc9022
|
whitespace cleanup
|
2009-11-16 12:13:10 +01:00 |
Dão Gottwald
|
cb59cfffee
|
Bug 518970 - trying to solve remaining issue in browser_394759_privatebrowsing.js
|
2009-11-16 11:55:59 +01:00 |
Blair McBride
|
b325aad4d2
|
Bug 528792 - :-moz-lwtheme incorrectly depends on the lwthemetextcolor attribute. r=dbaron
|
2009-11-16 09:27:44 +01:00 |