Advertisement
Guest User

asac

a guest
Oct 2nd, 2009
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. --- webkit-1.1.14/ChangeLog 2009-09-07 19:16:04.000000000 +0200
  2. +++ webkit-1.1.15.1/ChangeLog 2009-09-24 05:29:57.000000000 +0200
  3. @@ -1,3 +1,67 @@
  4. +2009-09-22 Gustavo Noronha Silva <[email protected]>
  5. +
  6. + Unreviewed. Bump version for 1.1.15.1 release.
  7. +
  8. + * configure.ac:
  9. +
  10. +2009-09-21 Xan Lopez <[email protected]>
  11. +
  12. + Reviewed by Gustavo Noronha.
  13. +
  14. + Bump version for 1.1.15 release.
  15. +
  16. + * configure.ac:
  17. +
  18. +2009-09-18 Xan Lopez <[email protected]>
  19. +
  20. + Reviewed by Gustavo Noronha and Jan Alonzo.
  21. +
  22. + [GTK] context menu overriding API is very limited
  23. + https://bugs.webkit.org/show_bug.cgi?id=27546
  24. +
  25. + Add new tests to the build.
  26. +
  27. + * GNUmakefile.am:
  28. +
  29. +2009-09-18 Xan Lopez <[email protected]>
  30. +
  31. + Reviewed by Gustavo Noronha and Jan Alonzo.
  32. +
  33. + [GTK] context menu overriding API is very limited
  34. + https://bugs.webkit.org/show_bug.cgi?id=27546
  35. +
  36. + Add WebKitHitTestResult to the build.
  37. +
  38. + * GNUmakefile.am:
  39. +
  40. +2009-09-10 Laszlo Gombos <[email protected]>
  41. +
  42. + Reviewed by Ariya Hidayat.
  43. +
  44. + Disable some ARM compiler warnings
  45. + https://bugs.webkit.org/show_bug.cgi?id=29083
  46. +
  47. + The following ARM compiler warnings are disabled
  48. +
  49. + - #68-D: integer conversion resulted in a change of sign
  50. + - #111-D: statement is unreachable
  51. + - #177-D: variable XXX was declared but never referenced
  52. + - #368-D: class XXX defines no constructor to initialize the following: YYY
  53. + - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
  54. + - #1293-D: assignment in condition
  55. +
  56. + * WebKit.pri:
  57. +
  58. +2009-09-09 Kenneth Rohde Christiansen <[email protected]>
  59. +
  60. + Reviewed by Simon Hausmann.
  61. +
  62. + [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
  63. +
  64. + https://bugs.webkit.org/show_bug.cgi?id=28862
  65. +
  66. + * WebKit.pro:
  67. +
  68. 2009-09-07 Xan Lopez <[email protected]>
  69.  
  70. Rubber-stamped by Gustavo Noronha.
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement