Dan Witte
6f2f3bc827
Bug 547031 - Improve async error handling in cookies. Part 6: Implement async error handling. r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
b5497e6704
Bug 547031 - Improve async error handling in cookies. Part 5: Fix observers to deal with reentrancy. r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
4e2da22b12
Bug 547031 - Improve async error handling in cookies. Part 4: Fix SELECT bug in EnsureReadComplete(). r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
d68adf317c
Bug 547031 - Improve async error handling in cookies. Part 3: Get the sync database connection early so it can't fail. r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
c593ee0bc6
Bug 547031 - Improve async error handling in cookies. Part 2: Clean up TryInitDB(). r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
087d7b66aa
Bug 547031 - Improve async error handling in cookies. Part 1: Refactor to allow multiple DBStates. r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
1a57637759
Bug 590843 - Fix integer literal overflow. r=sdwilsh, a=final+
2010-11-12 09:32:35 -08:00
Dan Witte
272d7ce6a1
Bug 590843 - Fix bugs in purge logic. r=sdwilsh, a=final+
2010-11-10 10:31:11 -08:00
Dan Witte
322d2841cd
Followup for review comment in bug 608545. a=b7+
2010-11-02 10:46:19 -07:00
Dan Witte
d88d547694
Bug 608545 - Set cookie: unexpected "deleted" observer notification when cookie already exists. r=sdwilsh, a=b7+
2010-11-02 00:06:54 -07:00
Dan Witte
470e6b6e72
bug 608422 - cookies.sqlite-wal takes too much space for Fennec r=sdwilsh a=blocking-fennec
2010-10-30 22:32:45 -04:00
Dan Witte
0d0160005e
Bug 605835 - Stack exhaustion in cookie observers on startup with 10-20 nightly. r=sdwilsh, a=beta8+
2010-10-20 12:11:54 -07:00
Dan Witte
0cc99ccab8
Bug 598196 - Use journal_mode = WAL in cookies. r=sdwilsh, a=betaN+
2010-10-19 17:24:53 -07:00
Dan Witte
3b7dcbedeb
Bug 599799 - Cookies are doubled when switching between FF3.6 and FF4beta. Part 1: remove NULL baseDomains. r=sdwilsh, a=betaN+
2010-10-19 17:24:53 -07:00
Dan Witte
468790a66e
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 5: Replace expired cookies eagerly, and make expired cookies visible in API results. r=sdwilsh, a=betaN+
2010-10-19 17:24:53 -07:00
Dan Witte
98164f9a62
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 4: delete expired cookies on migrate. r=sdwilsh, a=betaN+
2010-10-19 17:24:53 -07:00
Dan Witte
6afb301f05
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 3: test improvements. r=sdwilsh, a=betaN+
2010-10-19 17:24:52 -07:00
Dan Witte
a67d6f7873
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 2: add triple index. r=sdwilsh, a=betaN+
2010-10-19 17:24:52 -07:00
Dan Witte
00d881f2c7
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 1: fix mDefaultDBState. r=sdwilsh, a=betaN+
2010-10-19 17:24:52 -07:00
Dan Witte
63fc2399a4
Bug 595925 - Use OpenUnsharedDatabase in cookies. r=sdwilsh, a=final+
2010-10-19 17:24:52 -07:00
Dan Witte
f90d6cec5d
Bug 595305 - Factor cookie third-party URI code into separate API. r=bent, a=betaN+
2010-10-19 09:37:03 -07:00
Dan Witte
5cf671a843
Back out all cookie changes due to bug 602746. a=omgeverythingisbroken
2010-10-07 19:02:30 -07:00
Dan Witte
2dfa263e4c
Bug 598196 - Use journal_mode = WAL in cookies. r=sdwilsh, a=betaN+
2010-10-07 14:01:16 -07:00
Dan Witte
1bc679916b
Bug 599799 - Cookies are doubled when swithing between FF3.6 and FF4beta. r=sdwilsh, a=beta8+
2010-10-07 14:01:02 -07:00
Dan Witte
f88b46227b
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 3: test improvements. r=sdwilsh, a=beta8+
2010-10-07 14:00:17 -07:00
Dan Witte
aef2818ff7
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 2: add triple index. r=sdwilsh, a=beta8+
2010-10-07 14:00:17 -07:00
Dan Witte
7ff653a67a
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 1: fix mDefaultDBState. r=sdwilsh, a=beta8+
2010-10-07 14:00:17 -07:00
Dan Witte
658afc5efd
Bug 595925 - Use OpenUnsharedDatabase in cookies. r=sdwilsh, a=final+
2010-10-07 14:00:17 -07:00
Dan Witte
75f1d1f405
Bug 580449 - Address nsCookieService.cpp review. r=jdm, a=fennec2.0+
2010-09-16 13:21:12 -07:00
Dan Witte
eb0eeec501
Merge e10s -> m-c.
2010-09-07 15:34:44 -07:00
Dan Witte
cf303b2f18
Bug 590611 - Raise cookies per basedomain limit to 150. r=sdwilsh, a=betaN+
2010-09-01 16:27:10 -07:00
Ms2ger
f393428abc
Bug 588503 - Don't compare PRBool to nsnull in cookies; r=sdwilsh approval2.0=jst
2010-08-25 15:15:37 +02:00
Christian Biesinger
23bb666a5a
bug 585326 improve cookie logging
...
r=dwitte a=jst
2010-08-25 11:32:01 +02:00
Taras Glek
96bd2a13d9
Bug 581606 - Avoid sqlite fragmentation via SQLITE_FCNTL_CHUNK_SIZE r=asuth sr=shaver a=b6
2010-09-01 20:35:46 -05:00
Christian Biesinger
52ca170fe4
Bug 585326 - Improve cookie logging, r=dwitte, a=jst
2010-08-31 14:31:48 -03:00
Christian Biesinger
9e52ebaa8a
bug 583636 make cookie logging work in release builds
...
r=dwitte a=dbaron
--HG--
extra : rebase_source : 98390eebae433930799ebe4d70bce5bb9667232f
2010-08-07 17:33:09 +02:00
Dan Witte
b21e5ff262
Bug 572223 - too much cookies.sqlite io. Part 7: fix creationid logic. r=sdwilsh
2010-08-02 17:03:24 -07:00
Dan Witte
1a11d49552
Bug 572223 - too much cookies.sqlite io. Part 6: fresh connection for sync reads. r=sdwilsh
2010-07-29 13:43:34 -07:00
Dan Witte
b16933879d
Bug 572223 - too much cookies.sqlite io. Part 5: async RemoveAll. r=sdwilsh
2010-07-29 12:17:43 -07:00
Dan Witte
2cdb9d738b
Bug 572223 - too much cookies.sqlite io. Part 3: sync read per domain. r=sdwilsh
2010-07-29 12:17:42 -07:00
Dan Witte
4db2098993
Bug 572223 - too much cookies.sqlite io. Part 2: async read. r=sdwilsh
2010-07-29 12:17:42 -07:00
Dan Witte
55339a9932
Revert bug 572223 to fix creation of duplicate cookies.
2010-08-01 12:24:38 -07:00
Dan Witte
4148d4af74
Bug 572223 - too much cookies.sqlite io. Part 6: fresh connection for sync reads. r=sdwilsh
2010-07-29 13:43:34 -07:00
Dan Witte
bd7d992609
Bug 572223 - too much cookies.sqlite io. Part 5: async RemoveAll. r=sdwilsh
2010-07-29 12:17:43 -07:00
Dan Witte
794bd4fe32
Bug 572223 - too much cookies.sqlite io. Part 3: sync read per domain. r=sdwilsh
2010-07-29 12:17:42 -07:00
Dan Witte
fc1c9b37ef
Bug 572223 - too much cookies.sqlite io. Part 2: async read. r=sdwilsh
2010-07-29 12:17:42 -07:00
Dan Witte
bff9edea3c
Bug 572223 - too much cookies.sqlite io. Part 1: add baseDomain column. r=sdwilsh
2010-07-29 12:17:42 -07:00
Doug Turner
e5c86fcd42
Merging with mozilla-central. Manually merged: content/canvas/src/nsCanvasRenderingContext2D.cpp ipc/ipdl/Makefile.in toolkit/toolkit-tiers.mk toolkit/xre/nsEmbedFunctions.cpp
...
--HG--
rename : gfx/thebes/src/gfxSharedImageSurface.cpp => gfx/thebes/gfxSharedImageSurface.cpp
rename : gfx/thebes/public/gfxSharedImageSurface.h => gfx/thebes/gfxSharedImageSurface.h
2010-06-28 16:33:19 -07:00
Dan Witte
9fb2d7417b
Fix typo.
2010-06-28 15:00:56 -07:00
Jason Duell
386a098a89
Merge from m-c.
...
Fair amount of merge conflicts.
Biggest item was changes to nsHttpChannel from web sockets changes.
Other likely suspects if things are borken:
nsFrameLoader.cpp:
- nsFrameLoader::EnsureMessageManager: pass "this" (orig e10s code) or
nsnull (m-c) to local process call to new nsFrameMessageManager(),
callback arg? Smaug said null.
- only calling SetCallBackData for local case. also +r smaug.
nsPrefBranch.cpp had fairly extensive merge conflicts.
nsChromeRegistry had lots of changes.
Dougt did most of the non-necko changes (thanks).
--HG--
rename : netwerk/protocol/http/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
rename : netwerk/protocol/http/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannelAuthProvider.h
2010-06-22 17:33:57 -07:00