Geoff Lankow
5055413e5b
Bug 684107 - Remove private browsing code from DownloadLastDir.jsm after bug 679784 is fixed; r=ehsan
2011-09-03 22:02:32 +12:00
Geoff Lankow
1f31afa2a8
Bug 664895 - Make the details pane not jump when a screenshot image is loaded, r=bmcbride
2011-09-05 11:26:06 +01:00
Tatiana Meshkova
2781a98be2
Bug 684403 - error: forward declaration of 'struct MApplicationService'; r=romaxa
2011-09-04 13:57:50 +01:00
Rafael Ávila de Espíndola
0997ee3614
Bug 674647 - Add an explicit MOZ_CAN_RUN_PROGRAMS variable. r=ted.mielczarek.
2011-09-03 16:38:02 -04:00
Rafael Ávila de Espíndola
cd90ca8cf4
Bug 680277 - Debug builds should always be compiled with frame pointers. r=khuey.
...
This patch creates a new MOZ_FRAMEPTR_FLAGS variable that is used only to
control the frame pointer flags passed to the compiler. It also computes this
flag in a macro so that the toplevel configure and js/src/configure stay in
sync.
2011-09-03 13:36:18 -04:00
Jason Orendorff
d4e213092a
Bug 682871 - make package fails when $(MOZILLA_DIR) is a relative path. r=Callek, sr=ted.
2011-09-02 16:52:16 -05:00
Ehsan Akhgari
0f9b52ca2a
Keep changeset 7ee51f8ea940 backed out on the reverted tree
2011-09-02 09:06:23 -04:00
Ehsan Akhgari
7763007fb2
Keep changeset 6a70000360a0 backed out on the reverted tree
2011-09-02 09:04:24 -04:00
Ehsan Akhgari
2489ec0182
Revert to changeset e6fc4594c22e which was the last one to get a green Win7 tp run
2011-09-02 09:03:08 -04:00
Marco Bonardo
43721bbca3
Backout 6a70000360a0, e5c8fdabdf66 to figure out Windows reftest permaorange on a CLOSED TREE
2011-09-02 10:57:36 +02:00
Rafael Ávila de Espíndola
d0f135552e
revert 11247af82311, e3626f903f9f and 7ee51f8ea940.
...
CLOSED TREE
2011-09-01 22:01:56 -04:00
Jeremias Bosch
3a56ce731c
Bug 682814 - Fennec on N9 can not get launched from other application; r=romaxa
2011-09-01 22:14:01 +01:00
Rafael Ávila de Espíndola
5ab75db634
Bug 674647 - Add an explicit MOZ_CAN_RUN_PROGRAMS variable. r=ted.mielczarek.
...
The common cases are computed as before, but it can also be explicitly set.
--HG--
extra : rebase_source : 974c547f9fb8f4403f58f5ee5ddc4d4dd0600fbe
2011-09-01 16:50:27 -04:00
Rafael Ávila de Espíndola
3aee1bd56a
Bug 680277 - Change another use of MOZ_OPTIMIZE_FLAGS to MOZ_FRAMEPTR_FLAGS. r=khuey.
2011-09-01 16:43:50 -04:00
arno renevier
2e1809b7b1
bug 679784: let nsIContentPrefService handle private browsing mode; r=ehsan
...
Manage private browsing mode in content pref service. CPS should be available
in private browsing mode, but should not store informations on disk, and should
clear all informations once the private session ends.
When setting a pref in private mode, it is stored in an in-memory hash table.
When getting a pref, it is retrieved from that hash table if available.
Otherwise, it is retrieved using the standard mechanism. When removing a pref,
it is retrieved from the hash table. The rationale is that in private mode,
it's ok to read a pref from normal database, but not ok to set it.
The in-memory hash table is cleared when leaving the private browsing mode.
When removing a set of preferences (with removeGroupedPrefs or
removePrefsByName), preferences are removed from the in-memory hashtable, *and*
from normal mode database. The rationale is that visiting a website may trigger
setting/getting/removing for a specific preference only. But removing many
prefs at once is the result of an action not associated with a website. For
example, user may wish to delete all its informations. In that case, user
probably expects to not have those informations restored once it leaves private
browsing mode.
2011-09-01 14:13:03 -04:00
Mike Hommey
945a530616
Bug 681238 part 2 - Test WindowsDllInterceptor on functions we intercept in our codebase. r=vlad
2011-08-29 13:23:45 +02:00
Mike Hommey
f4ac66c3f0
Bug 681238 part 1 - Intercept a function from the executable in TestDllInterceptor. r=vlad
2011-08-29 13:23:35 +02:00
Mike Hommey
3a96a1edff
Bug 681238 part 0 - Support a few more opcodes and fix x86 mov r, [r] test. r=vlad
2011-08-29 13:23:21 +02:00
Marco Bonardo
b2845a3c0d
Backout 04545026b4ae (Bug 658305) due to increase in reftests shutdown crashes on Linux.
2011-09-01 14:33:15 +02:00
Marco Bonardo
321ebc0c3b
Bug 658305 - Use journal_size_limit on places.sqlite.
...
r=dietrich
2011-09-01 12:01:59 +02:00
Marco Bonardo
5d6de02b71
Bug 682676 - Urlbar performance regression with SQLite 3.7.7.1.
...
r=sdwilsh
2011-09-01 12:01:58 +02:00
Ed Morley
650a8a75a6
Merge last green changeset on m-i to m-c
2011-09-01 08:41:18 +01:00
Kyle Huey
b3992b74ee
Backout Bug 679945 until we sort out some non-Firefox linking issues.
2011-08-31 18:17:18 -04:00
Philipp von Weitershausen
de98d4b894
Merge services-central with mozilla-central
2011-08-31 11:20:28 -07:00
Kyle Huey
f6079c243d
Merge again ...
2011-08-31 11:00:13 -04:00
Kyle Huey
c777c06b2a
Merge b-s to m-c.
2011-08-31 10:59:12 -04:00
Mounir Lamouri
bff4e3a338
Merging mozilla-inbound into mozilla-central.
2011-08-31 16:56:23 +02:00
Rob Campbell
97b7143695
merge m-c to fx-team
2011-08-31 09:21:43 -03:00
Kyle Huey
a733d4d347
Merge m-c to b-s.
2011-08-31 07:52:43 -04:00
Marco Bonardo
767c43cab7
Bug 681420 - Improve responsiveness of history deletion.
...
r=dietrich sr=rstrong
2011-08-31 13:46:22 +02:00
Mike Ratcliffe
49aa83fb77
Bug 582596 - Style view centered around answering common CSS questions, f=l10n, r=dolske, msucan
2011-08-30 09:12:02 -03:00
Philipp von Weitershausen
02e60c780b
Merge m-c to s-c
2011-08-29 12:58:49 -07:00
Rob Campbell
c97ad1dabe
merge m-c to fx-team, clobbered windows
2011-08-29 12:19:08 -03:00
Michael Wu
f1450f55a0
Bug 676188 - Misc misuses of PRBool caught by the compiler, r=jimm,jst,bz,dougt,roc,mak
2011-08-30 11:55:14 -07:00
Michael Wu
f84ee34a40
Bug 682547 - Convert readstrings.cpp to bool, r=rstrong
2011-08-30 11:55:14 -07:00
Kyle Huey
9c4473dff5
Merge m-c to b-s.
2011-08-28 06:00:17 -04:00
Marco Bonardo
7df89a09b4
Merge mozilla-central and mozilla-inbound
2011-08-27 10:40:12 +02:00
Blair McBride
be89febe14
Bug 672485 - Ensure window watcher is defined. r=dtownsend,jst
2011-08-27 09:24:20 +12:00
Gregory Szorc
2d06277ac9
Bug 682027 - Make returned fields in XPIProvider.getVisibleAddons consistent; r=Mossop
2011-08-26 12:40:57 -07:00
Ms2ger
dbf1891b19
Bug 672054 - Part a: Remove nsIDOMNSUIEvent; r=smaug
2011-08-26 09:43:49 +02:00
Rob Campbell
92a6390ca6
merge m-c to fx-team
2011-08-26 11:38:59 -03:00
Matheus Kerschbaum
05580f1679
Bug 671465 - Remove some javaxpcom left-overs. r=khuey
2011-08-26 00:35:13 +01:00
Matheus Kerschbaum
9ea7cdf25b
Bug 671465 - Remove reference to dead MAKEFILES_sun_java variable in toolkit-makefiles.sh r=khuey
2011-08-26 00:35:13 +01:00
Matheus Kerschbaum
241edde30c
Bug 680792 - Remove support for Irix from our build system. r=ted
2011-08-26 00:34:45 +01:00
Marco Castelluccio
6cfc69e9ba
Bug 650494 - Remove nsIXULPrototypeCache; r=khuey,smaug
2011-08-26 20:50:23 +01:00
Tim Taubert
65b9c0ada7
merge the last green changeset on m-c to fx-team
2011-08-25 11:19:18 +02:00
Blair McBride
c0c1c453f2
Bug 678761 - Add-on selection UI footer may not always look good on non-aero themes. r=dao
2011-08-25 17:50:43 +12:00
Blair McBride
a396c7ce02
Backed out changeset 6fd779fb622d due to orange
2011-08-25 17:49:46 +12:00
Jared Wein
e112e2044f
Bug 462117 - Reducing the number of visible controls when the video is too small. r=dolske
2011-08-24 18:34:00 -07:00
Brian R. Bondy
dae7f6afea
Bug 576867 - Firefox is already running, but is not responding window icon. r=neil
2011-08-26 09:03:26 -04:00