Masayuki Nakano
f3a4796451
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
4598a96cc3
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
0285053b7c
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
dd0c0a9a27
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
619b5db75c
Bug 617737 - white space handling incorrect r+a=roc
2010-12-16 10:57:35 +00:00
Bas Schouten
68b4817704
Bug 613790: Comment update follow-up. a=comment
2010-12-16 08:08:49 +00:00
Mark Banner
24761a5aa0
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
47046855a6
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
ab87a34e00
Bug 619539. Android: Adding some debug logging for gl crashes. r=joe,a=logging
2010-12-15 23:42:18 -08:00
Shawn Wilsher
08e6bfdd2e
Merge Places and mozilla-central
...
a=bsmedberg
2010-12-15 19:24:51 -08:00
Bas Schouten
5bd3bb5cf5
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
c0803bc648
Merge fx-sync for bug 616001 follow-up. a=blocking-beta9
2010-12-15 17:04:39 -08:00
Philipp von Weitershausen
b4f295ab07
Remerge bug 616001 from fx-sync. a=blocking-beta9
2010-12-15 17:03:06 -08:00
Dave Townsend
c2624c48a0
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
a5f29ffa26
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
8549664695
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
af5501916b
Merge bug 616001 follow-up. a=blocking-beta9
2010-12-15 16:11:29 -08:00
Philipp von Weitershausen
caab2e2f93
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
0e86a95657
Merge backout. a=bustage
2010-12-15 15:37:51 -08:00
Philipp von Weitershausen
bf7247c997
Backed out changeset 193be5701a2c due to bustage
2010-12-15 15:37:35 -08:00
Richard Newman
8f877cf0e3
Bug 619169: never clear logs, even on resetService. r=philiKON
2010-12-15 14:36:53 -08:00
Philipp von Weitershausen
0546e284f0
Merge bug 616001 from fx-sync to places. a=blocking-beta9
2010-12-15 14:05:11 -08:00
Alexander Surkov
a1687194d3
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
40e97b68ff
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
7869a7e573
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
68954fc1d7
Bug 618616 - 'IndexedDB: Make IDBObjectStore.get() accept a key range'. r=sicking, a=blocking.
2010-12-15 13:21:20 -08:00
Ben Turner
2fe29b705a
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
6344037c8a
Bug 618717 - 'IndexedDB: Fix error codes to match spec changes'. r=sicking, a=blocking.
2010-12-15 13:21:14 -08:00
Ben Turner
30e3d76c64
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
530dbe8a5c
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
5fc5e7f7f8
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
2e64fdbaec
Bug 618606 - 'IndexedDB: keyPath parameter for createObjectStore should be optional'. r=sicking, a=blocking.
2010-12-15 13:21:04 -08:00
Ben Turner
72466ecb2a
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
60505928db
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
aec6dbb710
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
76f04feb65
Merge bug 616001 from fx-sync to places. a=blocking-beta9
2010-12-14 16:27:54 -08:00
Shawn Wilsher
1f59f3890b
Merge mozilla-central to Places
2010-12-14 15:56:41 -08:00
Philipp von Weitershausen
934537cfd6
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
2762c45298
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
87f7327377
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
b4ed4f429b
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
1c1a26ce32
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
a83fb65391
Bug 599475/561350, disable test_punycodeURIs.js again, a=blocking-beta8 CLOSED TREE
2010-12-14 23:08:59 +13:00
Nick Thomas
001a6af9da
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
848ff489bf
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
27abc97fdb
Merge bug 618411. a=blocking-beta8 CLOSED TREE
2010-12-13 18:14:20 -08:00
Philipp von Weitershausen
89d57a26f2
Bug 618411 - Accept non-alphabetical character in the sync key entry. r=mconnor
2010-12-13 18:09:21 -08:00
Dão Gottwald
44ef444de4
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
Dão Gottwald
033b7bf086
Bug 618250 - Broken instanceof check in test_bug435425.html. r=sicking
2010-12-14 02:42:12 +01:00
Jeff Hammel
99bca499a0
Bug 614366 - forgot license header for build-location.mk r=ted a=DONTBUILD
2010-12-13 17:07:21 -08:00