Ehsan Akhgari
8da72abc2b
Merge mozilla-inbound and mozilla-central
2011-09-08 11:50:16 -04:00
Ehsan Akhgari
9ced1bc054
Merge the last green changeset of mozilla-inbound to mozilla-central
2011-09-08 11:46:37 -04:00
Ehsan Akhgari
8718a82f9d
Backout changesets 8e9aea2febed, 604544452285 and 9f150c4e1a48 because of Mac OS X 32-bit reftest orange
...
--HG--
extra : rebase_source : dbc017628f469e980efc8edfa26f8cce0ac7a956
2011-09-08 11:30:22 -04:00
Markus Stange
1d619b861e
Bug 678834 - XUL scrollbox should preventDefault() processed scroll events so that Gecko doesn't attempt to start a swipe from them. r=enndeakin
2011-09-08 15:31:01 +02:00
Tim Taubert
d96dbb66ff
merge the last green changeset on m-c to fx-team
2011-09-08 11:03:35 +02:00
Matt Brubeck
ef44922f52
Back out 6cd3556fc807 (bug 674290) because of unittest leaks
2011-09-06 20:42:09 -07:00
Felix Fung
9bb0edf799
Bug 577266 - Correct misspellings in source code
2011-09-06 17:20:35 -07:00
Blair McBride
17e30581de
Bug 683129 - Typo in AddonDatabase.getStatement when handling error. r=dtownsend
2011-09-07 16:25:23 +12:00
Blair McBride
903d6036a6
Bug 683431 - Typo in XPIProvider statement name: getVisibleAddoForInternalName. r=dtownsend
2011-09-07 16:24:39 +12:00
Jared Wein
fb6afe6d0b
Bug 684561 - Improve styling of Web Console on Windows r=dao
2011-09-06 16:43:25 -07:00
Geoff Lankow
3c03fb7ae5
Bug 230959 - Inconsistent extra 1 pixel width of XUL window. r=neil
2011-09-07 22:14:04 +12:00
Geoff Lankow
7ec43aed40
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
bb7126dc8c
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
b894beeaa7
Bug 684403 - error: forward declaration of 'struct MApplicationService'; r=romaxa
2011-09-04 13:57:50 +01:00
Rafael Ávila de Espíndola
81ce277862
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
a8c970acc2
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
13b1ee332a
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
20af295975
Keep changeset 7ee51f8ea940 backed out on the reverted tree
2011-09-02 09:06:23 -04:00
Ehsan Akhgari
064b64de3a
Keep changeset 6a70000360a0 backed out on the reverted tree
2011-09-02 09:04:24 -04:00
Ehsan Akhgari
a171549936
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
8b11db042a
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
e281bb7586
revert 11247af82311, e3626f903f9f and 7ee51f8ea940.
...
CLOSED TREE
2011-09-01 22:01:56 -04:00
Jeremias Bosch
8fc3abcf7f
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
095c47c645
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
1ee04b6cea
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
72d929e113
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
ae8826e9a6
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
6224a26335
Bug 681238 part 1 - Intercept a function from the executable in TestDllInterceptor. r=vlad
2011-08-29 13:23:35 +02:00
Mike Hommey
4d3f9b6547
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
3787713c22
Backout 04545026b4ae (Bug 658305) due to increase in reftests shutdown crashes on Linux.
2011-09-01 14:33:15 +02:00
Justin Lebar
5315b70bee
Bug 674290 - Expose contents of /proc/self/maps and smaps in about:memory. r=njn
2011-08-05 18:22:11 -04:00
Kailas
d42acccd24
Bug 683258 - Size reported as -1 bytes when attempting download with no Content-Length header; r=dolske
2011-09-06 15:32:52 -04:00
Neil Deakin
4cf9767a35
Bug 507186, check source of command events so that checkboxes with an attached command will update preferences properly, r=neil
2011-09-06 10:44:55 -04:00
Marco Bonardo
60bab9bb47
Bug 658305 - Use journal_size_limit on places.sqlite.
...
r=dietrich
2011-09-01 12:01:59 +02:00
Marco Bonardo
52e0739e0d
Bug 682676 - Urlbar performance regression with SQLite 3.7.7.1.
...
r=sdwilsh
2011-09-01 12:01:58 +02:00
Ed Morley
19a1226d22
Merge last green changeset on m-i to m-c
2011-09-01 08:41:18 +01:00
Kyle Huey
1e3942285f
Backout Bug 679945 until we sort out some non-Firefox linking issues.
2011-08-31 18:17:18 -04:00
Philipp von Weitershausen
4d133b9c12
Merge services-central with mozilla-central
2011-08-31 11:20:28 -07:00
Kyle Huey
ee99643abd
Merge again ...
2011-08-31 11:00:13 -04:00
Kyle Huey
4f13543825
Merge b-s to m-c.
2011-08-31 10:59:12 -04:00
Mounir Lamouri
1b6566e29f
Merging mozilla-inbound into mozilla-central.
2011-08-31 16:56:23 +02:00
Rob Campbell
1e780be459
merge m-c to fx-team
2011-08-31 09:21:43 -03:00
Kyle Huey
7b7b45a351
Merge m-c to b-s.
2011-08-31 07:52:43 -04:00
Marco Bonardo
22ac610317
Bug 681420 - Improve responsiveness of history deletion.
...
r=dietrich sr=rstrong
2011-08-31 13:46:22 +02:00
Mike Ratcliffe
0b8cb6dd25
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
644a603ea5
Merge m-c to s-c
2011-08-29 12:58:49 -07:00
Rob Campbell
b9acef0ccf
merge m-c to fx-team, clobbered windows
2011-08-29 12:19:08 -03:00
Michael Wu
990540dee3
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
4d3352bc1e
Bug 682547 - Convert readstrings.cpp to bool, r=rstrong
2011-08-30 11:55:14 -07:00
Kyle Huey
2eb5f2b441
Merge m-c to b-s.
2011-08-28 06:00:17 -04:00