Masayuki Nakano
|
85c451e309
|
Bug 660121 Remove all pref related methods from nsContentUtils r=roc
|
2011-05-29 08:42:57 +09:00 |
|
Masayuki Nakano
|
49814a538d
|
Bug 659536 part.2 Replace nsContentUtils::GetIntPref() with Preferences::GetInt() or Preferences::GetUint() r=roc
|
2011-05-25 15:32:00 +09:00 |
|
Masayuki Nakano
|
060287addd
|
Bug 659533 Replace nsContentUtils::GetBoolPref() with Preferences::GetBool() r=roc
|
2011-05-25 15:31:59 +09:00 |
|
Ed Morley
|
6097bd945c
|
Bug 651657 - Remove WinCE & Windows Mobile code from dom/* ; r=jst,dolske
|
2011-04-29 15:50:53 +02:00 |
|
Matheus Kerschbaum
|
93480c6366
|
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
|
2011-04-02 19:14:00 -07:00 |
|
Doug Turner
|
b5d804c090
|
Bug 646685 - Fix watchPosition after isBetterPosition was removed. r=blassey
|
2011-03-30 21:13:35 -07:00 |
|
Doug Turner
|
8fdd494594
|
Bug 643429 - Remove IsBetterLocation functionality. r=jst
|
2011-03-23 10:27:48 -07:00 |
|
Josh Matthews
|
dabe7204b9
|
Bug 622381 - Fail geolocation operations if we can't do cross-process operations. r=dougt a=jst
|
2011-01-06 12:50:10 -05:00 |
|
Doug Turner
|
31a0293f57
|
Bug 625415 - Position is lost after a few seconds r=jdm, a=approval-2.0
--HG--
extra : rebase_source : 24946532636bc02119f0c949ce8c255629b99853
|
2011-01-31 14:11:45 -08:00 |
|
Tom Wuttke
|
ab6657885d
|
Bug 596481 - Geolocation sometimes hangs without returning result or running any callbacks. r=alon, a=blocking-2.0
--HG--
extra : rebase_source : 8ed6bf1b9223b15a6961ecdc71203a5c48ec64d5
|
2011-01-04 13:25:04 -08:00 |
|
Josh Matthews
|
14d7287042
|
Bug 590026 - Geolocation requests should disconnect their timer on shutdown. r=dougt a=bsmedberg
|
2010-08-23 22:09:00 -04:00 |
|
Josh Matthews
|
b83f83019e
|
Bug 590030 - Both success and error geolocation callbacks can be called. r=dougt a=bsmedberg
|
2010-08-24 00:52:17 -04:00 |
|
Brad Lassey
|
6cc4d04d67
|
bug 605341 - remote orientation api for android r=dougt a=blocking-fennec
|
2010-11-05 13:43:13 -04:00 |
|
Doug Turner
|
3ff622e6d6
|
Bug 605307 - nsGeolocation::ClearWatch crash. r=jst a=blocking-betaN
--HG--
extra : rebase_source : 57c426d4196d6951a3a59f806f37051b51904789
|
2010-10-19 12:31:15 -07:00 |
|
Daniel Holbert
|
3394177b07
|
Bug 604158: Fix build warning in nsGeolocation.cpp "comparison between signed and unsigned integer expressions". r=dougt a=dougt
|
2010-10-14 09:12:57 -07:00 |
|
Doug Turner
|
ae138d0b78
|
Bug 599591 - Geolocation provider not turned off when navigating away from site. r=jdm a=blocking-fennec
--HG--
extra : rebase_source : 7f10d1d8486500e569cffea937d7a06bfa67dded
|
2010-09-27 14:23:35 -07:00 |
|
Kyle Huey
|
ae10e27921
|
Doug Turner Bug 599591 - Geolocation provider not turned off when navigating away from site. r=jdm a=blocking-fennec
Backed out changeset faf497893b28
|
2010-09-27 22:46:30 -04:00 |
|
Doug Turner
|
5bb521c898
|
Bug 599591 - Geolocation provider not turned off when navigating away from site. r=jdm a=blocking-fennec
--HG--
extra : rebase_source : 1c1018a4e176401f269aafaba71660b8192f126e
|
2010-09-27 14:23:35 -07:00 |
|
Doug Turner
|
735b4b4716
|
Fixes build bustage on non-IPC builds such as seamonkey. r/a=dbaron
|
2010-09-20 22:37:32 -07:00 |
|
Doug Turner
|
f7d058122a
|
Bug 587414 - e10s: Geolocation needs to set pref from content process. r=jdm a=blocking-fennec
|
2010-09-20 21:16:37 -07:00 |
|
Doug Turner
|
8b9e023af9
|
Bug 587414 - e10s: Geolocation needs to set pref from content process. r=jst a=blocking-fennec
|
2010-09-20 21:16:37 -07:00 |
|
Doug Turner
|
4725cb18fb
|
iBug 587414 - e10s: Geolocation needs to set pref from content process. r=jst a=blocking-fennec
|
2010-09-20 21:16:37 -07:00 |
|
Doug Turner
|
a3714148d3
|
Bug 595445 - Factor out geolocation prompt into something that can be reused - Part 2 r=olli a=mfinkle
--HG--
rename : dom/src/geolocation/nsGeolocationOOP.h => dom/base/nsContentPermissionHelper.h
extra : rebase_source : c11252249778200db9d77c3937101ef349bfb847
|
2010-09-13 12:49:27 -07:00 |
|
Doug Turner
|
4c4c8dfdd9
|
Bug 594261 - IPC part - Factor out geolocation prompt into something that can be reused. r=chris jones, a=stuart
--HG--
rename : dom/src/geolocation/PGeolocationRequest.ipdl => dom/ipc/PContentPermissionRequest.ipdl
extra : rebase_source : 73f75b6f4c4deae71337dd2a9925d15aefcaacb8
|
2010-09-09 22:00:08 -07:00 |
|
Doug Turner
|
4511728eeb
|
Bug 594261 - Factor out geolocation prompt into something that can be reused. r=olli,gavin a=stuart
--HG--
extra : rebase_source : cd9b27a7c81f3eb61b79642e327ce086306a2535
|
2010-09-09 21:59:51 -07:00 |
|
Doug Turner
|
7ae483e1db
|
Bug 489813 - Fire timeout error if provider fails to response after initial response. Also cleans up test. r=smaug a=jst
|
2010-08-31 09:15:52 -07:00 |
|
Josh Matthews
|
bb46b891b7
|
Bug 589721 - Segfault when closing remote tab with open geolocation prompt. r=dougt a=blocking-fennec
|
2010-08-23 14:31:51 -04:00 |
|
Josh Matthews
|
c2166a5c0d
|
Bug 575348 - e10s: Fennectrolysis crashes in cycle collection after geolocation test. r=dougt
--HG--
extra : rebase_source : eb456a0f15ee2ac98d8b10d8cdd5a3af8ad6790c
|
2010-08-06 21:20:53 -04:00 |
|
Chris Jones
|
a998dd23f5
|
Bug 570620, part d: Add some helper methods and functions to TabChild and TabParent. sr=smaug
|
2010-08-05 17:11:23 -05:00 |
|
Kyle Huey
|
ef7fa65c41
|
Backed out changeset 1d8d2deb3644
|
2010-08-04 17:36:54 -07:00 |
|
Doug Turner
|
99723f5ed1
|
Bug 489813 - Fire timeout error if provider fails to response after initial response. Also cleans up test. r=olli
--HG--
extra : rebase_source : 00aa6024b9e3e998801cf548b8ade5c532a6965d
|
2010-08-04 13:58:15 -07:00 |
|
Chris Jones
|
d37c23f270
|
Bug 578262: Clean up style in and remove build warnings from new-ishly merged e10s code. r=bsmedberg
--HG--
rename : dom/ipc/ContentProcessChild.cpp => dom/ipc/ContentChild.cpp
rename : dom/ipc/ContentProcessChild.h => dom/ipc/ContentChild.h
rename : dom/ipc/ContentProcessParent.cpp => dom/ipc/ContentParent.cpp
rename : dom/ipc/ContentProcessParent.h => dom/ipc/ContentParent.h
rename : dom/ipc/ContentProcessProcess.cpp => dom/ipc/ContentProcess.cpp
rename : dom/ipc/ContentProcessProcess.h => dom/ipc/ContentProcess.h
rename : dom/ipc/PIFrameEmbedding.ipdl => dom/ipc/PBrowser.ipdl
rename : dom/ipc/PContentProcess.ipdl => dom/ipc/PContent.ipdl
|
2010-07-19 13:33:33 -05:00 |
|
Doug Turner
|
ded51c1c5f
|
Merging with M-C.
Hand merged the following files:
U chrome/src/nsChromeRegistry.cpp
U chrome/src/nsChromeRegistry.h
U content/base/src/nsFrameLoader.cpp
U content/base/src/nsFrameLoader.h
U dom/src/geolocation/nsGeolocation.cpp
U dom/src/geolocation/nsGeolocation.h
U netwerk/build/Makefile.in
U netwerk/cookie/nsCookieService.cpp
U netwerk/cookie/nsCookieService.h
--HG--
rename : extensions/cookie/test/unit/test_cookies.js => extensions/cookie/test/unit/test_cookies_thirdparty.js
rename : netwerk/cookie/src/nsCookieService.cpp => netwerk/cookie/nsCookieService.cpp
rename : netwerk/cookie/src/nsCookieService.h => netwerk/cookie/nsCookieService.h
rename : netwerk/dns/src/nsIDNKitInterface.h => netwerk/dns/nsIDNKitInterface.h
rename : netwerk/protocol/http/src/nsHttp.h => netwerk/protocol/http/nsHttp.h
rename : netwerk/protocol/http/src/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannel.cpp
rename : netwerk/protocol/http/src/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannel.h
rename : netwerk/protocol/http/src/nsHttpChunkedDecoder.h => netwerk/protocol/http/nsHttpChunkedDecoder.h
rename : netwerk/protocol/http/src/nsHttpHandler.cpp => netwerk/protocol/http/nsHttpHandler.cpp
rename : netwerk/protocol/http/src/nsHttpHeaderArray.h => netwerk/protocol/http/nsHttpHeaderArray.h
rename : netwerk/protocol/http/src/nsHttpRequestHead.h => netwerk/protocol/http/nsHttpRequestHead.h
rename : netwerk/protocol/http/src/nsHttpResponseHead.h => netwerk/protocol/http/nsHttpResponseHead.h
rename : netwerk/protocol/http/src/nsHttpTransaction.cpp => netwerk/protocol/http/nsHttpTransaction.cpp
rename : netwerk/protocol/res/src/nsResProtocolHandler.cpp => netwerk/protocol/res/nsResProtocolHandler.cpp
rename : netwerk/protocol/res/src/nsResProtocolHandler.h => netwerk/protocol/res/nsResProtocolHandler.h
|
2010-06-07 13:38:02 -07:00 |
|
chithraprabhap@gmail.com
|
10750f9d2b
|
Bug 565885 - Geolocation - Build failure when using --disable-ipc build option. r=dougt
|
2010-05-14 09:08:29 -07:00 |
|
Doug Turner
|
74337a6b6a
|
Bug 552822 - IPC remoting of geolocation prompt. r=olli/r=jdm
|
2010-05-13 10:44:51 -07:00 |
|
Michael Wu
|
3f6dca2086
|
Bug 568249 - Support geolocation on Android, r=dougt
|
2010-06-04 14:14:43 -07:00 |
|
timeless@mozdev.org
|
fc3ae18ad8
|
Bug 562457 - comparison between signed and unsigned integer expressions in nsGeolocationRequest::Allow, r=dholbert
|
2010-04-28 13:54:00 -07:00 |
|
Mitchell Field
|
9818f00bf2
|
Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov
|
2010-04-29 18:59:13 +02:00 |
|
Oleg Romashin
|
b92d32a775
|
Bug 556962 - Maemo geolocation provider is not compiling on Maemo 6. r=dougt.
|
2010-04-14 05:42:43 -04:00 |
|
Peter Van der Beken
|
8e3acb1006
|
Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst.
--HG--
extra : rebase_source : 9a7823b365cfca04bb08c5be94eab29d218f1e61
|
2010-01-12 14:08:43 +01:00 |
|
Daniel Holbert
|
0ec0eb7772
|
Bug 556860: Fix unsigned/signed warnings in nsGeolocation.cpp. r=dougt
|
2010-04-02 14:49:38 -07:00 |
|
Doug Turner
|
339d76e2c9
|
Bug 554692 - Maemo location provider. r=oleg
--HG--
extra : rebase_source : ea58c30392f9450eba80070d5a4be75028df7fd0
|
2010-04-02 00:56:22 -07:00 |
|
Doug Turner
|
62258394bb
|
Backing out Bug 554692 - Integrate Maemo Geolocation provider. Its causing redness on the old SDK we use
|
2010-03-25 18:28:44 -07:00 |
|
Doug Turner
|
5ec6fb6ab6
|
Bug 554692 - Integrate Maemo Geolocation provider. r=roxama
--HG--
extra : rebase_source : 0293aa2cadd38bca1793af0e94a77792f6a4bfef
|
2010-03-24 12:57:41 -07:00 |
|
Doug Turner
|
99bbb9251a
|
Backed out Bug 489813 / changeset 0542680c6f74
|
2010-02-23 23:11:18 -08:00 |
|
Doug Turner
|
8191486eee
|
Bug 489813 - fire geolocation timeout error if the provider fails to response after initial response. r=olli
--HG--
extra : rebase_source : 03c08ca4f017302e8ae2e63cdb844c62f01c234e
|
2010-02-23 20:27:27 -08:00 |
|
Serge Gautherie
|
352641e1f7
|
Bug 512520 - remove Maemo geolocation providers; (Bv1) Clean up nsGeolocation.cpp too.
r=dougt.
|
2010-02-24 05:36:29 +01:00 |
|
Jae-Seong Lee-Russo
|
39d8beb92d
|
Bug 530300: Replace PR_MIN/PR_MAX with NS_MIN/NS_MAX in /dom r=peterv
|
2010-02-20 08:59:07 -05:00 |
|
Jae-Seong Lee-Russo
|
513e9cf886
|
Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'
|
2010-02-07 10:52:43 -05:00 |
|
Metal Sonic
|
4c1b34d634
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00:00 |
|