Commit Graph

236737 Commits

Author SHA1 Message Date
Patrick Walton
f3d09034b5 Bug 618889 - Web Console doesn't animate away when you click the close button; f=mihai.sucan r=sdwilsh approval2.0=gavin.sharp 2010-12-14 10:52:37 -08:00
Mihai Sucan
3c844d8a03 Bug 598357 - use toSource() instead of toString() for some types of output in the Console; f=rcampbell r=gavin.sharp, a=blocking2.0 2010-12-14 10:51:16 -08:00
Masayuki Nakano
23326c8213 Bug 608721 Between CJK full-stop and open parenthesis should be breakable r=roc, a=roc 2010-12-17 00:17:02 +09:00
Mark Banner
08f2414d7a Bug 619659 nsPlacesAutoComplete.js depends on nsIPrivateBrowsingService being implemented (Perma Orange for Non-FF apps) - cope with the private browsing service not being there. r=mak a=Unit test bustage fix for non-Firefox apps. 2010-12-16 14:38:58 +00:00
Mark Banner
3b22162d5b Non-IPC Bustage fix from bug 613977/bug 614677/bug 614950 - add nsAutoPtr.h header to fix compilation bustage. a=Bustage fix 2010-12-16 14:35:12 +00:00
Patrick McManus
6993d42063 Bug 613977 - Intermittent invalid certificate error prompt (partial) r=honzab a=blocking-beta9
Bug 614677 - Connection is reset message appears intermittently
Bug 614950 - Connections stall occasionally after 592284 landed

A couple of follow-on changes to 592284 rolled together to prevent
diff conflicts

1] Set the securitycallback information for unused speculative
connections in the connection manager to be the new cloned connection
rather than the one they originated on. (613977)

2] When adding unused speculative connections to the connection
manager, due so with a short timeout (<= 5 seconds) as some servers
get grumpy if they haven't seen a request in that time. Most will
close the connection, but some will just sit there quietly and RST
things when the connection is used - so if you don't use the
connection quickly don't use it at all. This is probably a L4 load
balancer issue, actually. Mozillazine illustrates the
problem. Connections are made in bursts anyhow, so the reuse optimization is
likely still quite useful. (614677 and 614950)

3] mark every connection in the connection manager persistent
conneciton pool as "reused". This allows the transaction to be
restarted if a RST is recvd upon sending the requests (see #2) - with
the conservative timeout this is now a rare event, but still possible
so recovery is the right thing to do. (614677 and 614950)

4] obtain an nshttpconnection object from the connection manager,
subject to the max connection constraints, at the same time as
starting the backup conneciton. If we defer that until recycling time
the exceeded limits of the SocketService can cause problems for other
connections.

also re-enables the syn retry feature by default.

r+ honzab
2010-12-16 08:50:36 -05:00
Robert Longson
694ab703dc Bug 617737 - white space handling incorrect r+a=roc 2010-12-16 10:57:35 +00:00
Bas Schouten
c3704f5a92 Bug 613790: Comment update follow-up. a=comment 2010-12-16 08:08:49 +00:00
Mark Banner
96d3b4e9b7 Bustage fix follow-up to places landing, add missing include for non-IPC builds. a=bustage fix 2010-12-16 08:10:27 +00:00
Timothy Nikkel
6c4c2dfdfa Bug 619601. If we are asked to create a similar surface and our underling surface isn't valid just return null. r=jrmuizel,a=joe 2010-12-16 00:07:20 -08:00
Jeff Muizelaar
eb65739a9d Bug 619539. Android: Adding some debug logging for gl crashes. r=joe,a=logging 2010-12-15 23:42:18 -08:00
Shawn Wilsher
f14c3b0dcc Merge Places and mozilla-central
a=bsmedberg
2010-12-15 19:24:51 -08:00
Bas Schouten
5fa6132b24 Bug 613790: Use GDI compatible flag for our swap chains. r=jrmuizel a=blocking-final 2010-12-16 01:35:44 +00:00
Philipp von Weitershausen
b92ce06772 Merge fx-sync for bug 616001 follow-up. a=blocking-beta9 2010-12-15 17:04:39 -08:00
Philipp von Weitershausen
dde33259e6 Remerge bug 616001 from fx-sync. a=blocking-beta9 2010-12-15 17:03:06 -08:00
Dave Townsend
4cda8d1333 Backing out changeset 0c45b1fc2f7c from bug 601143 due to test failures on debug builds. a=backout 2010-12-15 16:55:48 -08:00
Marco Bonardo
fdbff3341b Bug 523578 - Disable test_redirectsMode.js on Windows until it will behave better on this platform.
a=orange
2010-12-15 16:49:10 -08:00
Jim Mathies
69fb093b44 Bug 605338 - Disable Windows 7 tab previews for Fx 4.0 release. r=bsmedberg, a=betaN. 2010-12-15 18:23:26 -06:00
Philipp von Weitershausen
47ca2942ea Merge bug 616001 follow-up. a=blocking-beta9 2010-12-15 16:11:29 -08:00
Philipp von Weitershausen
91b699daac Bug 616001 follow-up: Async statements are compiled asynchronously and fail on first execution, not creation. r=sdwilsh 2010-12-15 16:08:04 -08:00
Philipp von Weitershausen
1141d4621b Merge backout. a=bustage 2010-12-15 15:37:51 -08:00
Philipp von Weitershausen
40c3b4fd21 Backed out changeset 193be5701a2c due to bustage 2010-12-15 15:37:35 -08:00
Richard Newman
1e0438cf6d Bug 619169: never clear logs, even on resetService. r=philiKON 2010-12-15 14:36:53 -08:00
Philipp von Weitershausen
decb76e9e0 Merge bug 616001 from fx-sync to places. a=blocking-beta9 2010-12-15 14:05:11 -08:00
Alexander Surkov
8badb5e763 Bug 617273 - make editable text tests async, r=marcoz, fer, a=test
--HG--
rename : accessible/tests/mochitest/editabletext.js => accessible/tests/mochitest/editabletext/editabletext.js
rename : accessible/tests/mochitest/test_editabletext_1.html => accessible/tests/mochitest/editabletext/test_1.html
rename : accessible/tests/mochitest/test_editabletext_2.html => accessible/tests/mochitest/editabletext/test_2.html
2010-12-15 13:23:19 -08:00
Alexander Surkov
e2dd6fa3b3 Bug 616940 - removed select option accessibles aren't removed until hide event is fired, r=fer, a=davidb 2010-12-15 13:23:10 -08:00
Alexander Surkov
dd49f7ddba Bug 616186 - fail the event tests if dupe event is fired, r=fer, a=test 2010-12-15 13:22:51 -08:00
Ben Turner
fa5292bd5c Bug 618616 - 'IndexedDB: Make IDBObjectStore.get() accept a key range'. r=sicking, a=blocking. 2010-12-15 13:21:20 -08:00
Ben Turner
4ce4104e17 Bug 618140 - 'IndexedDB: Don't fire success event callbacks once a transaction has been aborted'. r=sicking, a=blocking. 2010-12-15 13:21:17 -08:00
Ben Turner
94c153d868 Bug 618717 - 'IndexedDB: Fix error codes to match spec changes'. r=sicking, a=blocking. 2010-12-15 13:21:14 -08:00
Ben Turner
97c1f285c2 Bug 618135 - 'IndexedDB: Implement update() on index cursors (not on index key cursors)'. r-sicking, a=blocking. 2010-12-15 13:21:11 -08:00
Ben Turner
22d87f1a86 Bug 618139 - 'IndexedDB: Make delete() and get() not return an error event when the key does not exist'. r=sicking, a=blocking. 2010-12-15 13:21:09 -08:00
Ben Turner
71fe61850b Bug 618143 - 'IndexedDB: Don't accept null as a valid key'. r=sicking, a=blocking. 2010-12-15 13:21:07 -08:00
Ben Turner
df30ba20da Bug 618606 - 'IndexedDB: keyPath parameter for createObjectStore should be optional'. r=sicking, a=blocking. 2010-12-15 13:21:04 -08:00
Ben Turner
65d3922d64 Bug 618134 - 'IndexedDB: Rename cursor types to comply with spec changes'. r=sicking, a=blocking. 2010-12-15 13:21:02 -08:00
Ben Turner
b17dc24412 Bug 613372 - 'IndexedDB: Success event for setVersion request has wrong result'. r=sicking, a=blocking. 2010-12-15 13:20:59 -08:00
Ben Turner
f1386fb91c Bug 618196 - 'IndexedDB: Error events and exceptions thrown during success events should abort transactions'. r=sicking, a=blocking. 2010-12-15 13:20:57 -08:00
Philipp von Weitershausen
0d066bb33d Merge bug 616001 from fx-sync to places. a=blocking-beta9 2010-12-14 16:27:54 -08:00
Shawn Wilsher
a5c05b1e08 Merge mozilla-central to Places 2010-12-14 15:56:41 -08:00
Philipp von Weitershausen
650b7ffc20 Bug 616001 - Sync needs to check moz_places.guid and moz_bookmarks.guid if it exists.
Part 3 - Tests for a v11 places database running in Firefox 3.5/3.6
2010-12-14 15:50:50 -08:00
Shawn Wilsher
762b239ba0 Bug 616001 - Sync needs to check moz_places.guid and moz_bookmarks.guid if it exists. r=philikon
Part 2 - Update bookmark engine.
2010-12-14 15:48:05 -08:00
Shawn Wilsher
d4a9d49241 Bug 616001 - Sync needs to check moz_places.guid and moz_bookmarks.guid if it exists. r=philikon
Part 1 - Update history engine.
2010-12-14 15:48:03 -08:00
Marco Bonardo
aaa5cf798c Bug 618998 - Star UI is checking for about:blank before the real visited page.
r=sdwilsh a=sdwilsh
2010-12-14 09:58:58 -08:00
Gavin Sharp
fbb9aec163 Forgotten change from bug 613714 (99cdd78edfe4) to fix prompts style on Windows for b8, a=CLOSED TREE 2010-12-14 09:32:09 -08:00
Nick Thomas
465d3f7177 Bug 599475/561350, disable test_punycodeURIs.js again, a=blocking-beta8 CLOSED TREE 2010-12-14 23:08:59 +13:00
Nick Thomas
58de4789df Bug 599475, re-enable crash reporter and punycode tests, r=ted.mielczarek, a=blocking-beta8 CLOSED TREE 2010-12-14 15:49:40 +13:00
Jonathan Kew
37aa79799e bug 618592 - fix harfbuzz hang on lookup with empty rule. r=behdad a=blocking-beta8 for landing on a CLOSED TREE 2010-12-13 18:46:07 -08:00
Philipp von Weitershausen
eeafef86c7 Merge bug 618411. a=blocking-beta8 CLOSED TREE 2010-12-13 18:14:20 -08:00
Philipp von Weitershausen
13153c7f8d Bug 618411 - Accept non-alphabetical character in the sync key entry. r=mconnor 2010-12-13 18:09:21 -08:00
Dão Gottwald
072e36198f Bug 618942 - window closes when picking a location bar result with alt+enter in a window with only one blank tab. r+a=gavin 2010-12-14 02:42:37 +01:00